home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!mips!munnari.oz.au!cs.mu.OZ.AU!mundil.cs.mu.OZ.AU!fjh
- From: fjh@mundil.cs.mu.OZ.AU (Fergus James HENDERSON)
- Subject: Re: Problem: Viewing intermediate C in Borland C++?
- Message-ID: <9223502.26305@mulga.cs.mu.OZ.AU>
- Sender: news@cs.mu.OZ.AU
- Organization: Computer Science, University of Melbourne, Australia
- References: <BtC4JM.IG8@news.udel.edu>
- Date: Fri, 21 Aug 1992 16:50:23 GMT
- Lines: 16
-
- kazi@chopin.udel.edu (Zunaid Kazi) writes:
-
- >Is it possible to view the intermediate C files in Borland C++,
- >like the +i option for CC?
-
- No. Borland C++ compiles directly to object code. There are no
- intermediate C files.
-
- The closest thing to the +i option for CC is the -S option will produce
- assembler output.
-
- --
- Fergus Henderson fjh@munta.cs.mu.OZ.AU
- This .signature VIRUS is a self-referential statement that is true - but
- you will only be able to consistently believe it if you copy it to your own
- .signature file!
-