From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: beginner-problem Date: 16 Feb 2000 13:35:24 GMT Organization: Aachen University of Technology (RWTH) Lines: 23 Message-ID: <88e92s$49e$1@nets3.rz.RWTH-Aachen.DE> References: <88e610$598$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 950708124 4398 137.226.32.75 (16 Feb 2000 13:35:24 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Feb 2000 13:35:24 GMT User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (Linux/2.0.0 (i586)) Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com nora2022 AT my-deja DOT com wrote: [...] > But now I would like to > know where I have to write my programms or > whether I can use the Windows95 Editor. You can use whatever editor you like, even Windows's own one (it's actually called Notepad). It really doesn't matter. The problem about the file not being found may be due to some peculiarity with Notepad: it automatically adds '.txt' to the filename, even if you already gave some other extension, i.e. you'll get 'hello.cc.txt' instead of 'hello.cc'. To get around that, you'll have to type quotes around the filename, in the file dialog. Or you may just have forgotten to change directory to where you stored your file, before calling 'gcc'. You may want to try out 'RHIDE', the editor-with-tools that was designed for and written with DJGPP. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.