Is there a list of the microsoft compiler flags (and what they do) and defines anywhere on the net.
Example:
_MSC_VER = C version
_DLL = Compiler will use msvcrt.dll
__cplusplus = Using c++ rather than c
Printable View
Is there a list of the microsoft compiler flags (and what they do) and defines anywhere on the net.
Example:
_MSC_VER = C version
_DLL = Compiler will use msvcrt.dll
__cplusplus = Using c++ rather than c
They'll be on MSDN, if anywhere.