| delorie.com/archives/browse.cgi | search |
| Message-ID: | <36B542F8.7AA23B27@post.comstar.ru> |
| Date: | Mon, 01 Feb 1999 09:00:24 +0300 |
| From: | Dim Zegebart <zager AT post DOT comstar DOT ru> |
| Organization: | Comstar Ltd. |
| X-Mailer: | Mozilla 4.07 [en] (WinNT; I) |
| MIME-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| Subject: | Re: Whats Wrong with this code PLEASE HELP!! |
| References: | <7937gc$k81 AT bgtnsc01 DOT worldnet DOT att DOT net> |
| Reply-To: | djgpp AT delorie DOT com |
Wendy Eubank wrote:
Wendy Eubank wrote:
> main(){ ...
> return 0;
> }
Although, it's not an answer to your question,
but I recommend declare main like
int main (int argc,char *argv[])
and ALWAYS define type of all functions even
if it's void.
--
Dim Zegebart
Moscow, Russia
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |