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

**learning C++ **

removed the std:: and added "using namespace std"

Added profile header and custom length for its divider

I am new to the course and found that the examples available don't match the course but also add some confusion. I have attached my version of the project. Both...

Hi all! I wrote some additional code as part of the Piggy Bank exercise to retake input values if they are not valid (i.e. while std::cin has an error flag,...

A sample solution with switch and if statement examples.

add dog_years0 (own attempt, including a check for non existing dog and the possibilities of partial years.)