No. In C++, both methods are exactly equivalent. In C, it's different, but this is the C++ programming forum.

Actually, it should be
Code:
int main(int argc, char *argv[])
but let's not get picky.