home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / help / 1717 < prev    next >
Encoding:
Internet Message Format  |  1993-01-29  |  695 b 

  1. Path: sparky!uunet!spool.mu.edu!howland.reston.ans.net!usc!news.service.uci.edu!network.ucsd.edu!corrigan
  2. From: corrigan@weber.ucsd.edu (Michael J. Corrigan)
  3. Newsgroups: gnu.g++.help
  4. Subject: How do I turn a .cc file into a .c file
  5. Date: 28 Jan 1993 02:30:41 GMT
  6. Organization: University of California, San Diego
  7. Lines: 10
  8. Message-ID: <1k7gghINN4ss@network.ucsd.edu>
  9. NNTP-Posting-Host: weber.ucsd.edu
  10.  
  11. When I used
  12. g++ -c -save-temps  or
  13. gcc -c -save-temps  or
  14. gcc -c -E  
  15.  
  16. on a .cc file, the .i file still looks like C++ ( classes, extern "C" stuff ).
  17. Is this really C code ? If not, can I get preprocessed C from a .cc file
  18. using g++/gcc  ( or anything else )
  19. Thanks for any information.
  20. -mike
  21.