Thursday, November 25, 2010

GNU Compilers

You should use the gcc compiler for C and the g++ compiler for C++.

Although gcc will compile C++ code, you will either need to 1) add switches; or 2) use g++ to link the C++ code.

No comments:

Post a Comment