Thread
:
My First Program In C++ ^_^
View Single Post
08-03-2005, 04:07 AM
#
25
Pangloth
Newbie
Join Date: Mar 2005
Location: ,
Posts: 10
Not trying to be the code nazi or anything
but ANSI C++ mandates that
main()
is declared as returning an
int
and taking two arguments:
int main(int argc, char *argv[])
in which case you need to include a
return
statement.
                       
Pangloth
View Public Profile
Find More Posts by Pangloth
Find Threads Started by Pangloth
View all Chatbox messages posted by Pangloth