PDA

View Full Version : [SOLVED] C++ compiling and more



luishasbon
April 29th, 2008, 06:58 AM
Hello Dear Comunity
Im interested on information about how to programm in c++ at linux how to compile c++ code;which ide is the best;and above all the linux programming basics...
I aprecciate your help.
thanks a lot.

amingv
April 29th, 2008, 07:39 AM
See the sticky FAQs. There's extensive information about compiling, IDEs and how to get started in C++ (or any other language).
The de-facto compiler for C++ in Linux is g++, a member of the GNU Compiler Collection, you'll get to know it in less than five minutes.