Message-ID: <38695845.AE51EFA5@address.in.message.body> Date: Wed, 29 Dec 1999 00:39:33 +0000 From: Phil X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Beginners help with RHIDE, please References: <38679D86 DOT 68D51CCC AT address DOT in DOT message DOT body> <3869EE24 DOT AE1DE183 AT studentmail DOT newcastle DOT edu DOT au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: user80.jakinternet.co.uk X-Trace: 29 Dec 1999 01:05:18 GMT, user80.jakinternet.co.uk Lines: 36 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Phil wrote: > > > I'm a complete newcomer to any sort of programming. > > I've bought a book on C++. > > Having downloaded DJGPP and installed it properly (as far as I can > > tell), I browsed ALL the documentation which came with it (but most > > didn't make any sense; it tends to be aimed at people who know what > > they're doing) I've tried for several hours to compile and > > run the first program in the book using the RHIDE interface. > > Can anyone tell me what I should be doing please. > > Specifically, after writing... > > > > #include > > void main () > > { > > cout << 2 + 2 > > } > > > > in the blue screen of RHIDE, how do I compile and run this? > > Any links to complete beginner reading is also most welcome. > > Many thanks. > > Phil Thanks to those who answered. I'm now one step toward success. However, I'm afraid I'm still stumped by the next 'results'. Basically when running the above program, djgpp displays the error message: ...creating [filename].exe Error: c:\djgpp\ld.exe: cannot open -lstdcx: no such file/directory There were some errors Can anyone enlighten me ????? Thanks again. Phil.