Date: Sun, 20 May 2001 07:24:53 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Moose Man" Message-Id: <2110-Sun20May2001072452+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (deeznuts20 AT hotmail DOT com) Subject: Re: C++ programing book References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Moose Man" > Date: Sat, 19 May 2001 15:52:05 -0500 > > Recently i purchased a verison of your DJGPP software that comes with the > "sams teach yourself c++ in 24 hours". I am having some trouble getting > started. It say to use a test editor such as Notepad to edit sourse code; so > how do i get DJGPP to acknowledge my notepad file as a correct sourse code? Notepad has a nasty habit of appending a .txt extension to your files, so what you get on disk is program.c.txt or some such. Make sure this is not your problem by running DIR on the directory where you create your file. Section 8.1 of the DJGPP FAQ list has more details about this. If the above doesn't help, please post here the exact text of the error message(s) you get when you try to compile.