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

Codecademy | Learn C++

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

Have fun! Play it against a friend or the computer! But beware, the computer is tough, he will try to block you from winning!

New solution for the UFO project which has all the bonus challenges implemented: 1. Wrapper to prompt the player if they want to play again 2. Vector of codewords that...

In the std::string type, wit the declaration in display_status, can't recognize the std::string because it's not included.

Made add_hobbies to accept many hobbies :)

Alternative approach to the Bleep project using more string methods to simplify code. Using .replace() in functions instead of for loops.

Modified to align to the current project in Codeacademy (different currencies), added comments in code to describe purpose, combined variables where possible.

added my initials in a C++ file. created pull request, also just added dog_years file to calculate dog years.

Selecting chunks of word.length() to compare to 'word', instead of following each letter to find match = word.length().