Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.compilers > #155

C or Similar Preprocessor for General Use

From ray roth <rayroth@pacbell.net>
Newsgroups comp.compilers
Subject C or Similar Preprocessor for General Use
Date 2011-06-17 00:03 -0700
Organization Compilers Central
Message-ID <11-06-029@comp.compilers> (permalink)
References <11-06-026@comp.compilers>

Show all headers | View raw


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

Back to comp.compilers | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

C or Similar Preprocessor for General Use Gene Wirchenko <genew@ocis.net> - 2011-06-16 14:23 -0700
  Re: C or Similar Preprocessor for General Use Gene <gene.ressler@gmail.com> - 2011-06-16 19:03 -0700
  Re: C or Similar Preprocessor for General Use BGB <cr88192@hotmail.com> - 2011-06-16 23:27 -0700
  C or Similar Preprocessor for General Use ray roth <rayroth@pacbell.net> - 2011-06-17 00:03 -0700
  Re: C or Similar Preprocessor for General Use Robbert Haarman <comp.compilers@inglorion.net> - 2011-06-17 10:25 +0200
  Re: C or Similar Preprocessor for General Use Roberto Waltman <usenet@rwaltman.com> - 2011-06-17 12:03 -0400
  Re: C or Similar Preprocessor for General Use "Akakima" <akakima33@gmail.com> - 2011-06-17 12:56 -0400

csiph-web