Topics Discussed: Making a simple number guessing game
Source Code Available Here
Source Code using srand for pseudorandomity
Topics Discussed: Making a simple number guessing game
Source Code Available Here
Source Code using srand for pseudorandomity
Code difficulty: 4/10
Math difficulty: 2/10
In his challenge I ask that you do the following things:
Create a program that will:
Concepts used: Functions, variables, loops, random functions, returns, boolean, vectors / lists / arrays, template class member functions, stringstream
You should be able to do this by: Lesson 40
My solution: Not completed yet
—Note: This solution contains spoilers.
Please note that my solutions are not checked thoroughly, and should only be used for reference. They are often non-optimal solutions that could be improved upon (by you!). I keep these intentionally rough for just that reason.