Mail Archives: djgpp/1998/05/09/02:04:42
Flavio Poletti (poletti AT writeme DOT com) wrote:
: Please, how I can compile this simple C++ program?
:
: (the file is called cout.cc)
:
: #include <iostream.h>
: void main (void)
: {
: cout<<"Hello world!";
: }
:
:
: I've tried all ways, there must be something wrong in me!
:
:
I'm pretty new at DJGPP but the code looks fine. Maybe spaces between
things. What command line are you trying to compile and what error
messages do you get?
It actually sounds like a DJGPP installation problem to me if that
doesn't compile.
- Raw text -