How to see sourcecode after makros

Started by
1 comment, last by MaulingMonkey 16 years, 1 month ago
Hi folks, sry i dont know the keywords to search for. My question is, how can i see the sourcecode (visual studio 2005) c++ of my project after makros have been executed, but still not compiled. Easier: How can i see the source after makros & optimizing have been finished. I want to check if things like inline really happen and so on. Thank you
Advertisement
Go to "Project Properties"->"C/C++"->Preprocessor and change "Generate Preprocessed File" to either /P or /EP /P.
Optimization happens during compilation, though. You'd have to view the disassembly to verify inlining.

Since you mention keywords, it can't hurt to point out that the english spelling is maCros.

This topic is closed to new replies.

Advertisement