Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
'cin' stands for 'character input' and is an input stream.
{
//Ask the user for an input string
std::string userInput;
}
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.