From: jlouwere AT galaxy DOT csc DOT calpoly DOT edu (Jan Louwerens) Newsgroups: comp.os.msdos.djgpp Subject: Re: cannot compile c++ progs in djgpp Date: 21 Jan 1997 23:29:19 GMT Organization: Cal Poly Computer Science Dept. Lines: 12 Message-ID: <5c3jgf$55g@waldorf.csc.calpoly.edu> References: <32E53231 DOT CF AT 4u DOT net> NNTP-Posting-Host: galaxy.csc.calpoly.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp xit; of zentmauz (xit AT 4u DOT net) wrote: : when i am compiling c++ progs, i am getting a error message on the : "cout" function. and it haves a problem with ::iostream!!! :-((; : please mail me!!!!!!!! : xit AT 4u DOT net Are you using gxx instead of gcc? gxx is for C++, gcc for C. More info about your problems would also help. JL