会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陈小hey
博客园
首页
新随笔
联系
订阅
管理
2017年7月
C++ Primer Chapter 1 input and output
摘要: iostream 包含两个基础类型:istream 和 ostream。 标准库定义了4个IO对象:cin、cout、cerr(输出警告和错误信息)、clog(输出程序运行时的一般信息)。 向流写入数据 如:std::cout<<"Enter two numbers: "<<std::endl; 其
阅读全文
posted @ 2017-07-12 13:59 陈小hey
阅读(153)
评论(0)
推荐(0)
公告