Xref: news2.mv.net comp.os.msdos.djgpp:2064 From: D DOT I DOT Roussel AT shef DOT ac DOT uk (David Roussel) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp Date: 22 Mar 1996 09:56:09 GMT Organization: Automatic Control & Systems Engineering, University of Sheffield , UK Lines: 22 Message-ID: <4ittfp$jpg@bignews.shef.ac.uk> References: <960317152140_76162 DOT 3324_GHM45-1 AT CompuServe DOT COM> Reply-To: d DOT i DOT roussel AT shef DOT ac DOT uk NNTP-Posting-Host: pc022096.shef.ac.uk Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <960317152140_76162 DOT 3324_GHM45-1 AT CompuServe DOT COM>, 76162 DOT 3324 AT compuserve DOT com says... > >When I try to run this simple program: >#include > >main() >{ > cout << "Well, hi there.\n" ; > return 0; > } try gxx test.cc -liostream Dave