Let\'s say I have a source file with many preprocessor directives. Is it possible to see how it looks after the preprocessor is done with it?
Try cl /EP if you are using Microsoft's C++ compiler.
cl /EP