[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?
The g++ compiler is included with Debian, and should be perfect. Once you have Debian installed, 'apt-get install g++', or just pick the "Development in C++" task during installation. >PS I am used to command line, not windows based compiler. No problem then - windowed user interfaces are probably available, but far more people use the command-line tools. -- Colin Watson [EMAIL PROTECTED]