C++ and main for a beginner
Do you have to end every C++ program with "void main()" or can you end it with anything as long as it calls the other functions in the code? Only reason I ask is I left it out and the compiler would not compile without it.
:(
Craig
|