I tried to compile it and got an error on this line
srand( unsigned int( time( 0 ) ) );
The error was:
13 C:\Dev-Cpp\main.cpp expected primary-expression before "unsigned"
I removed that line and it compiled with no further issues. When I run it, it prompts me to press any key to continue...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.