Do you hate having the ugly console window open when you run your game? Me too! I just realized that I could "fix" that by changing my console application to a windows application in the Application properties windows (so maybe I am a little slow, if you all knew this already
).
This is not the only way, but probably the easiest way:
1. Create console application game as normal.
2. Right-clock project and select properties
3. On the Application property tab, change output type to "Windows Application"
You can now run your game without a console windows. Yippie!
If you save this project as a template, then it's even easier.
-MudBug