Mail Archives: djgpp/1999/12/29/10:29:18
> Phil wrote:
> <SNIP>
> > 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 <iostream.h>
> > 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.
- Raw text -