This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: convert c++ to C


At 13.13 06/12/2002 +0100, Daniel Hempel wrote:
Hello!

Is it possible to automatically translate ANSI-C++ code to ANSI-C using
gcc?
I don't think so.
g++ natively compiles C++, does not translate it into C before.

In case it is, how should I invoke gcc?

Thank you for your help
Daniel
fwyzard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]