V
Vinayak Raghuvamshi
Visual Studio .Net 2003 Enterprise Architect. (VC++ code)
a developer in our team made a typo and his code looks like this
if (sendMessage == NULL)
m_ErrorCode = 0 ERR_MESSAGE_EMPTY;
But the compiler did not crib at all ! everything built fine....
is this a .Net compiler thing or is it some whacky C++ standard that
we are not aware of? (we do not know of any standards that specify the
occurence of a space char as anything other than a space char).
-Vinayak
a developer in our team made a typo and his code looks like this
if (sendMessage == NULL)
m_ErrorCode = 0 ERR_MESSAGE_EMPTY;
But the compiler did not crib at all ! everything built fine....
is this a .Net compiler thing or is it some whacky C++ standard that
we are not aware of? (we do not know of any standards that specify the
occurence of a space char as anything other than a space char).
-Vinayak