Tuesday, November 18, 2014

[Linux] difference between g++ and gcc compilers

g++ uses the correct C++ linker options whereas gcc uses the C linker options (so you may get undefined references, etc.)

No comments:

Post a Comment