X-Originating-IP: [200.34.143.16] From: "J. L." To: References: <3DDFA0CA DOT 000009 DOT 03244 AT DELL> <63b211f7 DOT 0211240900 DOT a1f0a57 AT posting DOT google DOT com> <63b211f7 DOT 0211250711 DOT 7d6a37a5 AT posting DOT google DOT com> Subject: Re: about: aout.exe Date: Mon, 25 Nov 2002 10:57:17 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 25 Nov 2002 17:04:48.0876 (UTC) FILETIME=[C31C62C0:01C294A4] Reply-To: djgpp AT delorie DOT com "Jonquil" wrote > 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 ^^^ For C++ source, use instead gpp -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 YTYM adding/deleting files :) > to run my programs, though i am sure > that i will NEED them soon to run longer ones.. Rhide its good for this, although *make* its a must :) > 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? See earlier in the post.