View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > G plus plus

From LQWiki

Jump to: navigation, search

g++ is the front-end for gcc that builds C++ code. When you compile a .c file (C language source code), you invoke the gcc command, when you compile a .cpp file (C++ language source code), you invoke the g++ command.

See also


Personal tools