Thursday, November 4, 2010

The main() Function's Return Statement

According to the C++ Standard, if your main function does not return a value, your program should not compile.

No comments:

Post a Comment