会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
页首Html代码
六度西宁
博客园
首页
新随笔
联系
订阅
管理
2015年9月18日
c++ 读取stdin 获取标准输出内容
摘要: 1 #include 2 using namespace std; 3 4 #define buf_size 128 5 6 int main() 7 { 8 char buf[buf_size] = { 0 }; 9 while(1)10 {11 f...
阅读全文
posted @ 2015-09-18 14:42 菩萨心肠金刚手段
阅读(2947)
评论(0)
推荐(0)
编辑
公告
页脚Html代码