learn-cpp
learn-cpp copied to clipboard
Codecademy | Learn C++
Readme updated with links to the Codeacademy C++ Style Guide and the unchecked check boxes for few of the programs listed under Vectors and Pointers.
In visual studio code, to get the _srand_ to work, need to add the library _ctime_
In my version, the program will ask a question until a valid answer is given.
Using my method, there is less repetition, although, to be honest, I feel like there are some parts that I could still make shorter. Anyways, I saw a diagram on...
Updated Program of magic-8-ball using switch statement with all cases covered