C++笔记 The IO Library

来源:互联网 发布:机械设计制图软件 编辑:程序博客网 时间:2024/06/07 13:00
The IO types are defined in three seperate headers:
iostream defines the types used to read and write to a console window;
fstream defines the types used to read and write named files;

sstream defines the types used to read and write in-memory strings.



relationship:



未完。。。明天继续

0 0