C/C++ coding

Stephen Torri storri@torri.org
Fri May 20 20:23:00 GMT 2005


On Fri, 2005-05-20 at 20:00 +0100, xander wrote:
> Hey
> 
> im not sure if this is the correct email addy i should be email to about 
> this but it does concern me quite a bit. i just read some where that 
> your G++ compiler actually converts the C++ coding into C and then 
> compiles it using GCC. is this true?
> 
> Xander

No. G++ compiles C++ code into the binary for a target architecture
(e.g. Pentium4, PowerPC).

Stephen



More information about the Gcc-help mailing list