From: "Stephen Lohning" 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 Precedence: bulk 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 void main(int argc, char **argv ) { cout << "Hello world! \n"; }