摘要: IO流:一、C++中标准IO库:1).为面向对象的标准库。2).以继承的形式设计。 A)以iostream为基类,派生出了fstream,strigstream类。注意:fstream、stringstream没有继承关系,open、close为fstream类自有的函数操作,str为strings... 阅读全文
posted @ 2014-08-18 21:44 龙二爷 阅读(581) 评论(0) 推荐(0)