c++ - Compiling with -e and -l does not put line numbers in the source
- Edward Diener <eddielee_no_spam_here tropicsoft.com> Aug 21 2010
- Walter Bright <newshound2 digitalmars.com> Aug 22 2010
Compiling with -e -l shows a listing but does not put line numbers in it. How do I get line numbers in my preprocessed output ? Also I would like to generate preprocessed output with line numbers without the compiler actually compiling the preprocessed output. How do I do that ?
Aug 21 2010
Edward Diener wrote:Compiling with -e -l shows a listing but does not put line numbers in it. How do I get line numbers in my preprocessed output ? Also I would like to generate preprocessed output with line numbers without the compiler actually compiling the preprocessed output. How do I do that ?
The standalone preprocessor, sppn.exe, should give you that.
Aug 22 2010








Walter Bright <newshound2 digitalmars.com>