What are some alternatives to cin? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are some alternatives to cin?

Cin only detects one word, and that's bad. What are some alternatives?

3rd Dec 2017, 2:57 PM
thebbcismymain
1 Answer
+ 5
std::string str; std::getline(std::cin, str);
3rd Dec 2017, 3:02 PM
aklex
aklex - avatar