Hi, Both gcc and g++ are part of the GCC project (see http://gcc.gnu.org for more infos). Also, they are basically the same program, the only difference being that g++ automatically links the libraries needed for C++ programs, while gcc automatically links only the C libraries. fwyzard