I purchased this book a while ago and after coding for a while I realized that the main function "void main()" is looked down upon by many coders. This book teaches based on that though. Why didn't you teach
Code:
int main()
{
return 0;
}
Isn't that the correct way to actually do that? Just wondering