home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12733 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1011 b   |  28 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!mips!mips!munnari.oz.au!cs.mu.OZ.AU!mundil.cs.mu.OZ.AU!fjh
  3. From: fjh@mundil.cs.mu.OZ.AU (Fergus James HENDERSON)
  4. Subject: Re: Problem: Viewing intermediate C in Borland C++?
  5. Message-ID: <9223502.26305@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Computer Science, University of Melbourne, Australia
  8. References: <BtC4JM.IG8@news.udel.edu>
  9. Date: Fri, 21 Aug 1992 16:50:23 GMT
  10. Lines: 16
  11.  
  12. kazi@chopin.udel.edu (Zunaid Kazi) writes:
  13.  
  14. >Is it possible to view the intermediate C files in Borland C++,
  15. >like the +i option for CC?
  16.  
  17. No. Borland C++ compiles directly to object code. There are no
  18. intermediate C files.
  19.  
  20. The closest thing to the +i option for CC is the -S option will produce
  21. assembler output.
  22.  
  23. -- 
  24. Fergus Henderson             fjh@munta.cs.mu.OZ.AU      
  25. This .signature VIRUS is a self-referential statement that is true - but 
  26. you will only be able to consistently believe it if you copy it to your own
  27. .signature file!
  28.