Why does std::getline() skip input after a formatted extraction?
I have the following piece of code that prompts the user for their cat’s age and name:
Why does std::getline() skip input after a formatted extraction?
I have the following piece of code that prompts the user for their cat’s age and name: