std::cin is the global stream object provided by the C++ standard library for reading from the standard input stream.
For more general questions about std::istream
use the iostream or istream tags.
std::cin is the global stream object provided by the C++ standard library for reading from the standard input stream.
For more general questions about std::istream
use the iostream or istream tags.