From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: beginning programming Date: Tue, 31 Aug 1999 23:47:11 -0500 Organization: Rose-Hulman Institute of Technology Lines: 37 Message-ID: <7qib87$on4$1@solomon.cs.rose-hulman.edu> References: <000501bef40d$81b927e0$1e8b1b0a AT wolf> NNTP-Posting-Host: 137.112.205.182 X-Trace: solomon.cs.rose-hulman.edu 936161351 25316 137.112.205.182 (1 Sep 1999 04:49:11 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 1 Sep 1999 04:49:11 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robert MacNeil wrote: > dear programmers.. > me and a creative friend have decided to write a program... a game. I > started programming with qbasic and am now into c and c++. I am beggining to Cool. Another convert. (That's my term for former Microsoft QBasic programmers who have joined the DJGPP faith.) > use your djgpp and it seems great but i cannot compile anything !! does this > mean that i have to compile all the files on my own ?!?! > like > gcc -c cfile1.c cxxfile2.cc > in dos ? You don't need to. If you have ever used Borland C++ (like I did before DJGPP), then there's something that will make DJGPP feel all too familiar: RHIDE. RHIDE is an integrated development environment for DJGPP that feels enough like Borland's to make you feel right at home. And if you're doing graphics and/or sound, you might want the Allegro library by Shawn Hargreaves et al. Get RHIDE and Allegro at the DJGPP page http://www.delorie.com/djgpp/ > also is there anyway i could get some source code ? Full source code to the popular puzzle game DOSArena(TM) is available at http://come.to/yerrick Damian Yerrick