Thank you jawsper for noticing the mistake in the tutorial. In the program example on the second page, you can either remove 'return 0;' or simply place 'system("PAUSE");' directly before the 'return 0;' statement. Currently, I have 'return 0;' before 'system("PAUSE");' and it is causing your compiler to "break" out of program execution before pausing the output stream to display output. I will be sure to remove the error the next time I update the tutorial. Thanks again. Your input is much appreciated.
--------------------------------------
- Mike Ware -->
- http://www.warebizprogramming.com
--------------------------------------