CPP_Modules icon indicating copy to clipboard operation
CPP_Modules copied to clipboard

The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.

Results 4 CPP_Modules issues
Sort by recently updated
recently updated
newest added

Hey! I was checking your answers and noticed that you are using stoi, stof and stood in module 06. As explained [here](https://en.cppreference.com/w/cpp/string/basic_string/stol), those are C++11 functions. Did you get an...

Hey 👋, I just completed Module 04 and noticed a couple of things that might need some attention. Since your repo is quite popular, I thought it would be important...

You forgot to delete the currrent Brain before copying it on the defintion of the copy assignment operator of cats and dogs, so when you make a copy of, let's...