
please wait
|
|
|
|
|
|
Standard objects As part of the iostream library, the header file <iostream> declares certain objects that are used to perform input and output operations on the standard input and output. They are divided in two sets: narrow-oriented objects, which are the popular cin, cout, cerr and clog and their wide-oriented counterparts, declared as wcin, wcout, wcerr and wclog. |
wfstream A type basic_fstream specialized on wchar_t template parameters. wifstream A type basic_ifstream specialized on wchar_t template parameters. wofstream A type basic_ofstream specialized on wchar_t template parameters. wfilebuf A type basic_filebuf specialized on wchar_t template parameters. |