X-Originating-IP: [200.34.143.5] From: "J. L." To: References: Subject: Re: djgpp Date: Fri, 20 Sep 2002 10:58:28 -0500 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: 20 Sep 2002 15:58:25.0020 (UTC) FILETIME=[8D48B3C0:01C260BE] Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: "Abdulkhadar Ariyappadi" To: Sent: Thursday, September 19, 2002 4:00 PM Subject: djgpp > > > > Dear sir, > I'm a new user of djgpp and a new to c++. I have DJGPP compiler in CD and I > installed into my computer.The teaching tutorial/Book tells How to write c++ > programme i.e. How to make source file, but not it confuses in teaching > compile and lining the file.I have some questions as follows . Please give > an answer or please guide me to correct literature. In http:\\www.djgpp.com/doc there are several tutorial and links to info useful. Take into account that the version od DJGPP in the CD that you are bought maybe is outdated. Also, you are encouraged for read the FAQ and the file README.1st (this file is instaled in your djgpp directory) > 1. like Msc70 I could not find any working/programming board after > installing DJGPP.In MSC70 we could use windows(programming window) to write > a programme and compile/build and run just like other MS softwares.Is it not > available in DJGPP? then why DJGPP is better? Well... DJGPP have pros and cons. It's a taste of choice. Personally, I have used DJGPP for at lest 5 years, and I'm very happy with him. > 2.I think RHIDE is some what like what I explained in above question.I hink > that will provide such a enviornment (like MSC70).Am i correct? Yes and no. RHIDE is a solution, not *the* solution. > 3. But when I installed DJGPP compiler from CD i could not find Rhide > installed.And my main problem is HOW TO COMPILE SOURCE FILE USING THIS > INSTALLED DJGPP COMPILER FROM CD? Complain to Editor's book :) [snip to questions answered previously by Martin Stromberg] > (I used legal programme that given in book only).How i save source file? Are you sure? The standard of C++ has been changed reciently. For example: #include //deprecated form. Use instead... #include use namespace std; //This is fine now. > Please suggest the different method Read the FAQ. Regards J. L.