delorie.com/archives/browse.cgi | search |
From: | mattrud AT aol DOT com (MATTRUD) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: cout problem |
Date: | 28 Jan 1998 22:37:27 GMT |
Lines: | 15 |
Message-ID: | <19980128223700.RAA09679@ladder03.news.aol.com> |
NNTP-Posting-Host: | ladder03.news.aol.com |
Organization: | AOL http://www.aol.com |
References: | <C125659A DOT 002EF891 DOT 00 AT vega DOT ads DOT it> |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
>maybe if you say also *which* error you got Sorry, I thought that I mentioned this in my original posting. The error I got was that cout was used without being initialized first. But, according to the documentation, libio.h does initialize cout, as well as cin and cerr. The listing again: #include <libio.h> void main() { cout << "Hello World!/n"; } Ruds
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |