From: shayoom AT hotmail DOT com (Jonquil) Newsgroups: comp.os.msdos.djgpp Subject: Re: about: aout.exe Date: 25 Nov 2002 07:11:04 -0800 Organization: http://groups.google.com/ Lines: 29 Message-ID: <63b211f7.0211250711.7d6a37a5@posting.google.com> References: <3DDFA0CA DOT 000009 DOT 03244 AT DELL> <63b211f7 DOT 0211240900 DOT a1f0a57 AT posting DOT google DOT com> NNTP-Posting-Host: 213.189.83.103 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1038237064 16041 127.0.0.1 (25 Nov 2002 15:11:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 25 Nov 2002 15:11:04 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i understand that you no longer use rhide, so, if you cant answer me here i hope someone else will.. ;) thanks for your help though, i appreciate it :) > > on the other hand, you can save yourself some time by learning a few > command lines: > > gcc -Wall -O2 hello.c -o hello.exe > i tried this line, and im glad you told me about it,,, i didnt really enjoy adding/deleting projects to run my programs, though i am sure that i will NEED them soon to run longer ones.. anyway, i ran my hello.cpp program using projects and it worked well.. i ran the same program using the command above, and i got some errors about using std::cout.. etc.. what does that mean? Regards, Shaymaa Alterkait > the purpose of the IDE is to make it easy to deal with programs with > multiple source files, linking to various libraries etc. on the other > hand, the command line comes in very hand when all you need is a quick > compile and run.