From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP Date: Sun, 30 Jan 2000 13:01:39 +0000 Organization: Customer of Planet Online Lines: 23 Message-ID: References: <389367f8 AT usenet DOT rollanet DOT org> <38939a1b AT usenet DOT rollanet DOT org> NNTP-Posting-Host: modem-88.amlach.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg2.svr.pol.co.uk 949237693 20579 62.136.104.216 (30 Jan 2000 13:08:13 GMT) NNTP-Posting-Date: 30 Jan 2000 13:08:13 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Me" wrote: > Thank you very much for the help. Just one question. On the OS thing, should > I select the operating system I am USING Yes. I think the other replies answer this, but just to reiterate, select the OS you want to install DJGPP to. Note that Emacs (and RHIDE ?) run in DOS, and the compiler and tools run in DOS too. So a good part of your development activities will be done in a DOS shell whatever OS you run. > or the one I want to program in (which would be DOS)? Unless you install extra libraries you will only be able to write programs to run in DOS. IMO this is the best way to start if your objective is to learn C/C++ programming. If you wanted to dive straight into developing Windows applications without learning the basic elements first then DJGPP may not be the best bet. Good luck with this. If you are looking for a book to learn C/C++ there are reviews at http://www.accu.org and you can also get help in alt.comp.lang.learn.c-c++, comp.lang.c and comp.lang.c++