摘要: 续:C++ Iostreams 用法详解(一)整体把握C++ Iostreams 用法详解(二)标准入输出iostreams中共有四个状态标志位定义在ios_base中,具体如下:namespace std { class ios_base { public: typedef implementation-defined-bitmask-type iostate; static const iostate badbit; static const iostate eofbit; static const iostate failbit; ... 阅读全文
posted @ 2013-05-17 00:25 mzorro 阅读(2367) 评论(0) 推荐(0) 编辑