Related articles |
---|
C or Similar Preprocessor for General Use genew@ocis.net (Gene Wirchenko) (2011-06-16) |
Re: C or Similar Preprocessor for General Use gene.ressler@gmail.com (Gene) (2011-06-16) |
Re: C or Similar Preprocessor for General Use cr88192@hotmail.com (BGB) (2011-06-16) |
C or Similar Preprocessor for General Use rayroth@pacbell.net (ray roth) (2011-06-17) |
Re: C or Similar Preprocessor for General Use comp.compilers@inglorion.net (Robbert Haarman) (2011-06-17) |
Re: C or Similar Preprocessor for General Use usenet@rwaltman.com (Roberto Waltman) (2011-06-17) |
Re: C or Similar Preprocessor for General Use akakima33@gmail.com (Akakima) (2011-06-17) |
From: | ray roth <rayroth@pacbell.net> |
Newsgroups: | comp.compilers |
Date: | Fri, 17 Jun 2011 00:03:56 -0700 |
Organization: | Compilers Central |
References: | 11-06-026 |
Keywords: | macros |
Posted-Date: | 18 Jun 2011 12:11:05 EDT |
if you have visual studio, you can run it in command-line mode.
it has /E switch which is equivalent to -E on most cc drivers.
ie, copies preprocessor output to standard output
here is is the url documenting visual studio compiler options:
http://msdn.microsoft.com/en-us/library/fwkeyyhe%28v=vs.80%29.aspx
and this is how to compiler programs from the command line:
http://msdn.microsoft.com/en-us/library/ms235639%28v=vs.80%29.aspx
there is always cygwin....
if you go this route, just use cpp directly.
ray roth
Return to the
comp.compilers page.
Search the
comp.compilers archives again.