how to see preprocesor generated files?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
i want to see what does the preprocesor generates how can i do that?, using vc++ 6.0
-
i want to see what does the preprocesor generates how can i do that?, using vc++ 6.0
add /E to the compiler options. Preprocessed files will go to stdout.
Back to real work : D-22.
-
add /E to the compiler options. Preprocessed files will go to stdout.
Back to real work : D-22.
thanks. :-D