C++ Iostreams用法详解(二)标准输入输出
C++ Iostreams用法详解(二)标准输入输出2013-11-04 博客园 mzorro首先说我们最常用的两个全局对象cin和cout,以下摘自MSDN:You can then extract values from cin or wcin to read the standard input. The rules for doing so are outlined in the description of the class basic_ist...