| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
| From: | "Fausto Arinos de A. Barbuto" <barbuto AT ax DOT apc DOT org> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Hello, World! == 753 KB |
| Date: | Thu, 21 Feb 2002 21:19:32 -0800 |
| Lines: | 47 |
| Message-ID: | <a54hcl$48ide$1@ID-76871.news.dfncis.de> |
| References: | <a521gd$42nsi$1 AT ID-76871 DOT news DOT dfncis DOT de> <Xns91BC54E6FD375asu1cornelledu AT 132 DOT 236 DOT 56 DOT 8> |
| NNTP-Posting-Host: | 192.70.176.201 |
| X-Trace: | fu-berlin.de 1014352086 4475310 192.70.176.201 (16 [76871]) |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.50.4522.1200 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
"A. Sinan Unur" <asu1 AT cornell DOT edu> wrote in message:
> > That's what I get when I compile the code below with
> > "gpp -o hello.exe hello.cpp" (gcc version 3.0.3).
> this is a faq so i suggest you check it.
You're right. I apologize for that.
> > //---------CUT HERE---------
> > #include <iostream.h>
> ^^^ You should use the new style headers so that the compiler
> catch your errors:
Where could I read about those new style headers?
> C:\DOCUME~1\asu1\LOCALS~1\Temp>gpp t.cc -o t.exe -Wall -O2
> t.cc: In function `int main()':
> t.cc:6: `cout' undeclared (first use this function)
> t.cc:6: (Each undeclared identifier is reported only once for each
> function it appears in.)
I compiled the program exactly as you indicated above
and got no error/warning messages. An executable was
generated and it worked as intended (that is, displaying
the "Hello, World!" message).
> you will need a using std::cout; to make your code work.
No, I don't. The program works anyway.
> > #include <math.h>
>
> similarly, use <cmath>.
The math.h header was included in the code by mistake.
It shouldn't be there. Thanks for the hint anyway!
And thanks for taking the time to reply to my note.
---Fausto
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |