|
|
| Input file name of your C++ program. File name: zero Content of errorlevel before running program was 1 Starting C++ Program and waiting for it to finish... Program has finished successfully. (Exit code 0) Press any key to continue... |
void main() actually isn't legal in C++. A strict compiler would give you an error.