GCC
by arariel - 4/7/12 1:11 AM
In Reply to: Ubuntu Top Programs by Ray_XP
gcc (GNU C Compiler) is built in with all GNU/Linux distros. g++ (GNU C++ Compiler) should be available in your repos. To compile, "gcc [or g++] sourcefile.c [or .cc, .cpp, whatever] -o outputfile".
If you're looking for an IDE (God knows why), you can try Geany.

Moderator
CNET Staff
Samsung Staff
Dell Staff