From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: help with Headers Date: 08 Nov 1999 19:15:23 -0800 Organization: InterWorld Communications Lines: 20 Message-ID: <83eme073uc.fsf@mercury.st.hmc.edu> References: <3827763E DOT AFA82C35 AT accel DOT net> <38277917 DOT F1E8558F AT accel DOT net> NNTP-Posting-Host: mercury.st.hmc.edu X-Trace: nntp1.interworld.net 942117384 60953 134.173.45.219 (9 Nov 1999 03:16:24 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 9 Nov 1999 03:16:24 GMT X-Newsreader: Gnus v5.7/Emacs 20.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Mr. Tedford" writes: > Opps sorry, I ment iostream.h > > "Mr. Tedford" wrote: > > > Hi, How can I make simple programs when iostrem.h isn't included in my > > include directory? Without this I cant use cout, cin, in c++, or printf > > in C. Did you fetch and install the C++ packages? You need gpp2951b.zip and lgp2951b.zip. By the way, iostream.h is a C++ only header. `printf', which is standard C, is prototyped in `stdio.h'. -- Nate Eldredge neldredge AT hmc DOT edu