From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Where are the C++ include files? Date: Tue, 17 Mar 1998 19:14:13 -0500 Organization: Honors Bridge Club Lines: 16 Message-ID: <6en3ks$5jb@news-central.tiac.net> References: <199803171807_MC2-3722-98D0 AT compuserve DOT com> NNTP-Posting-Host: p16.tc2.newyo.ny.tiac.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John Savage wrote in message <199803171807_MC2-3722-98D0 AT compuserve DOT com>... |Hi everyone, me again. I can't find the C++ include files (specifically, I |can't find iostream.h) for DJGPP 2.8.0, or, for that matter, any version. |I used to have them (I think I accidentally deleted them somehow), and now |I can't find them anywhere. Can anyone help? | -John Savage Try find /djgpp -name iostream.h The output should look like /djgpp/lang/cxx/iostream.h