| www.delorie.com/archives/browse.cgi | search |
| Xref: | news-dnh.mv.net comp.os.msdos.djgpp:1533 |
| Newsgroups: | comp.os.msdos.djgpp |
| Path: | news-dnh.mv.net!mv!world!aml |
| From: | aml AT world DOT std DOT com (Andrew M. Langmead) |
| Subject: | Re: C++ compilation |
| Organization: | The World @ Software Tool & Die |
| References: | <DDB29A DOT 8LH AT jade DOT mv DOT net> |
| Date: | Mon, 14 Aug 1995 23:17:42 GMT |
| Lines: | 14 |
| To: | djgpp AT sun DOT soe DOT clarkson DOT edu |
| Dj-Gateway: | from newsgroup comp.os.msdos.djgpp |
"Hakansson Magnus, Telelarm" <magnus DOT hakansson AT telelarm DOT telia DOT se> writes: >Is it possible to preserve an intermediate C file in a C++ compilation? GNU C++ is not a C++ to C translater, but a C++ compiler. It compiles the C++ source into assembly and then calls gas to assemble it into object code. There is not C source code step. (The original AT+T implementation was based on a C++ to C source code translater called cfront, but very few C++ compilers are cfront based anymore.) -- Andrew Langmead
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |