| delorie.com/archives/browse.cgi | search |
| From: | dontmailme AT iname DOT com (Steamer) |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Vs: Vs: problems...anyone can help me? |
| Date: | Mon, 05 Jun 2000 12:28:18 GMT |
| Organization: | always disorganized |
| Lines: | 15 |
| Message-ID: | <393b9cd4.16277289@news.freeserve.net> |
| References: | <%dSZ4.924$xt4 DOT 9866 AT read2 DOT inet DOT fi> <m3itvr7wga DOT fsf AT vsnl DOT net DOT in> <39384246 AT news DOT server DOT worldonline DOT co DOT uk> <Uwx_4.383$537 DOT 6093 AT read2 DOT inet DOT fi> <m3snutp68u DOT fsf AT vsnl DOT net DOT in> <MQM_4.188$S01 DOT 7940 AT read2 DOT inet DOT fi> |
| NNTP-Posting-Host: | modem-85.false-clownfish.dialup.pol.co.uk |
| X-Trace: | newsg1.svr.pol.co.uk 960208099 22161 62.137.9.85 (5 Jun 2000 12:28:19 GMT) |
| NNTP-Posting-Date: | 5 Jun 2000 12:28:19 GMT |
| X-Complaints-To: | abuse AT theplanet DOT net |
| X-Newsreader: | Forte Free Agent 1.11/32.235 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
kontulaiset wrote:
> #INCLUDE<IOSTREAM.H>
> DECLARE RETURN 0
>
> INT MAIN()
> {
> RETURN 0;
> }
C++, like C, is a case-sensitive language. Rewrite your code in
lowercase, and remove the nonsensical DECLARE line, and it will
compile.
S.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |