Message-ID: <36B542F8.7AA23B27@post.comstar.ru> Date: Mon, 01 Feb 1999 09:00:24 +0300 From: Dim Zegebart 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> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit 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