The Dink Network

Reply to Re: Help me!!!!! Again...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 26th 2006, 09:07 AM
wizardb.gif
LPJoBo
Peasant He/Him
 
I do not know how the dink.exe interpretes the *.c scripts, but do you know that in real ANSI / ISO C programming, it should never be void main() but int main() and then do not forget return 0; befor the ending curly brace.
- if, int main() is the only way to write this, is beyond my present knowledge.
ex.

int main()
{
/* bla bla bla*/
/* bla bla bla*/
/* bla bla bla*/

return 0;
}

If you have got the patience, you can find this at....

http://www.faqs.org/faqs/C-faq/faq/