learn-cpp
learn-cpp copied to clipboard
Codecademy | Learn C++
i add replaying
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.
[](https://cla-assistant.io/Codecademy/learn-cpp?pullRequest=38) Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/Codecademy/learn-cpp?pullRequest=38) before we can accept...
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().