PDA

View Full Version : C++


Elrohir
December 28th, 2005, 02:14 AM
this may sound as a dumb question, but... ehmm... what tools may I use to compile C++ apps?

amohanty
December 28th, 2005, 02:32 AM
gcc or g++
Manual (http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/)
Nice tutorial (http://www.cs.wm.edu/cspages/computing/tutorial/gpp.html)

HTH
AM

Jengu
December 28th, 2005, 04:17 AM
If you want an actual IDE to help you, look at Kdevelop and anjuta.

toojays
December 28th, 2005, 06:42 AM
The most important thing is to install the package called build-essential, and not just the g++ package. You can install this package from the Synaptic Package manager, in the System->Administration menu.