Good Evening!
Flavio told me you might need some support.
As for the "Bowling Game", the name and especially the icon might suggest a completely different thing for a purpose than what it actually is. In fact, all it does is calculating a score by the rules of Bowling and writes a line to the console containing the result.
If you call the compiled program inside an already opened console window, you should be able to read it instead of having it flash for a fraction of a second.
Certainly, instead of that fixed call of the things inside it, it should take arguments, maybe from a text file, or even from an actual game of Bowling that it would be integrated into.
Also, what you see in your output window does not really suggest any problems, everything exited with code 0 and it just tells you about all the things that are loaded and what options are enabled for your debugger.
Of the samples currently shipped with the engine, you might consider looking into "Breakout" and "Asteroids", since both of them are actually running games containing logics, rendering and anything else required for some minutes of fun.
To start off your own project with most necessary options prepared by us, you can use the "Empty Game" as a template for new VS-Projects.
Edited by user Wednesday, May 15, 2013 10:03:26 PM(UTC)
| Reason: Not specified