I read the FAQ and it told me that it should always return an int. The thing that I don't understand though is why it needs to return anything at all... Can you use something like "!C:\program.exe" to state whether or not it returned TRUE or FALSE? Or is int just the way C++ makes you to do it?
TIA



LinkBack URL
About LinkBacks



Pre-standard C++ still specified int as the return type of main, but lazy and stupid people thought that void was cooler. As it turns out, void is not cooler. Just in case you were wondering.