C/C++: source file after preprocessing-Diab compiler? -


source.c --(preprocessing)--> temp_source.c --(compiling)--> source.elf --(linking)--> source.exe

how view temp_source.c ?

(i assume file name temp_source.c)

edit: i'm using diab compiler.

command line interface microsoft visual c++ can used output preprocessed file :

/e: preprocess stdout (similar gcc's -e option) /p: preprocess file /ep: preprocess stdout without #line directives 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -