cin - C++ Reference - cplusplus.com - The C++ Resources Network
It corresponds to the C stream stdin. The standard input stream is a source of characters determined by the environment. ... In terms of static initialization order, cin is guaranteed to be properly constructed and initialized no later than the first time...