What is the difference between GCC and G++?
I found that some C/C++ codes can be compiled by G++ but can't be compiled by GCC.
Thx in advance
Jaguar
This is a discussion on GCC and G++ within the C++ Programming forums, part of the General Programming Boards category; What is the difference between GCC and G++? I found that some C/C++ codes can be compiled by G++ but ...
What is the difference between GCC and G++?
I found that some C/C++ codes can be compiled by G++ but can't be compiled by GCC.
Thx in advance
Jaguar
What's GCC and G++ anyway? Why G not C?
Thanks![]()
what does signature stand for?
They are GNU Linux command line compilers. Maybe the G has something to do with the General Pulbic Liscense.
gcc stands for gnu compiler collection but used to stand
for gnu c compiler.