On Tue, Apr 24, 2001 at 07:39:41AM -0700, [EMAIL PROTECTED] wrote: > At Tue, 24 Apr 2001 05:26:27 -0700 , kristin hedges <[EMAIL PROTECTED]> > wrote: > > >I took my first C++ programming course. I plan to download a compiler, > >unix based, after I get a linux OS on my computer. Will the debian > >GNU/Linux 2.2r3 be appropriate for my plans?PS I am used to command > >line, not windows based compiler. My computer is a Dell, IBM compatible
getting familiar with g++ will be quite easy if you are used to command line options, IMHO, the most important are -Wall (all warnings) -g (generate debug info) -ggdb(generate debug info extended for GDB) you can ensure that g++ and make and... are installed by using tasksel just check c++ devel debug, and all programming related stuff you want, my 1cent :)