| delorie.com/archives/browse.cgi | search |
| From: | jfvschra AT eduserv1 DOT rug DOT ac DOT be (Johan Verschraegen) |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | streambuf.h |
| Date: | 15 Sep 1998 08:27:51 GMT |
| Organization: | University of Ghent, Belgium |
| Lines: | 20 |
| Message-ID: | <6tl8e7$1f0$1@inf6serv.rug.ac.be> |
| NNTP-Posting-Host: | eduserv1.rug.ac.be |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
I have a problem when I compile the Hello World example
program.
#include <iostream.h>
int main()
{
cout << "Hello World";
return 0;
}
I get the following error
../djgpp/lang/cxx/iostream.h(31) Error:streambuf.h:
No such file or directory (ENOENT)
Indeed there is no such file on my hard drive. I thought I had
unzipped all necessary files from DJGPP but appearently I have
missed one. Where can I find streambuf.h.
BTW i am using DJGPP under DOS
Thanks in Advance
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |