Name

wcin variable — Wide input stream

Synopsis

extern wistream wcin
               

The wcin object is a wide character standard input stream associated with the C stdin file. It is used for wide program input. It is tied to wcout (see the tie( ) member function of basic_ios in <ios>).

See Also

cin variable, basic_ios in <ios> , wistream in <istream>