a main should return an *int*
void main() is not portable, infact a good compiler would flag an error.
it should be
int main( void ) { }
or
int main( int, char** ) { }
stop using old archaic compiler. <conio.h> is not portable/standard header.
I am sure you're using Turboc c/c++ compiler, switch to mingW as soon as
possible
With Regards,
Farhan Muhammed Amin
To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 6 Apr 2008 08:43:23
+0000Subject: [c-prog] comment
hello friends,i am learning c programming right now & i need yourhelp in making
my programs simple...............i have coded one program plzzzzzzzzz have a
look atthe below mentioned address & give your comments
http://thoughtcore.blogspot.com/
_________________________________________________________________
Get in touch in an instant. Get Windows Live Messenger now.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_getintouch_042008
[Non-text portions of this message have been removed]