learn-cpp icon indicating copy to clipboard operation
learn-cpp copied to clipboard

Codecademy | Learn C++

Results 63 learn-cpp issues
Sort by recently updated
recently updated
newest added

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