C++ Win32 Console Tutorial 15 - Guess My Number Game 

This tutorial will make the classic game Guess My Number. This game uses many of the concepts that were shown in the previous tutorials. Randomization, If statements, input validation, loops, functions and user input are all used in this game. You may find this interesting and have a some fun with it.

Code Download
CPPW32T15.zip