Mail Archives: djgpp/1997/08/01/02:48:28
From: | "Stephen Lohning" <stephen DOT lohning AT fujitsu DOT com DOT au>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | streams question
|
Date: | 30 Jul 1997 07:57:38 GMT
|
Organization: | Fujitsu Australia Ltd
|
Lines: | 12
|
Message-ID: | <01bc9cbd$b396fca0$783eac89@rnd049.rnd>
|
NNTP-Posting-Host: | 137.172.62.120
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Does any body know what I am doing wrong,
I get undefined reference to cout and ostream
I presume that I am missing a env variable some where
Any help would be appreciated
Thanks
#include <iostream.h>
void main(int argc, char **argv )
{
cout << "Hello world! \n";
}
- Raw text -