From: Gilles Gagniard Newsgroups: comp.os.msdos.djgpp Subject: iostream.h Date: Wed, 22 Jul 1998 18:52:18 +0200 Organization: Grolier Interactive Europe Lines: 20 Message-ID: <35B618C1.E9858A5D@club-internet.fr> NNTP-Posting-Host: avignon5-125.club-internet.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 22 Jul 1998 16:57:12 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi there ! I've written a proggy with in it: #include int main(void) { cout >> "Hello world"; return 0; } then i type GCC proggy.cpp -o proggy.exe and GCC return an error, he can't find streambuf.h included in iostream.h, but I HAVE THIS FILE IN ./lang/cxx/ !!!!!! What can i do ?