In gcc or g++, to show all of the macros that are defined for a given platform:
gcc -dM -E test.cor
g++ -dM -E test.cpp
Software, web, and programming tips: C++, Java, C, Linux, Windows, Cygwin, Firefox, Vim, WWW, RSS
In gcc or g++, to show all of the macros that are defined for a given platform:
gcc -dM -E test.cor
g++ -dM -E test.cpp
Labels: c, c++, define, macros, programming
0 comments:
Post a Comment