会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
今天的事,你如果不今天做完,那你可能永远都不会做了
博客园
首页
新随笔
联系
订阅
管理
2016年7月15日
C++第一天学习
摘要: 代码1 #include<iostream> int main(){ int a; std::cout << "hello c++" << std::endl; std::cin >> a; return 0;} 代码2 #include<iostream>int main(void){ int a
阅读全文
posted @ 2016-07-15 20:52 立刻行动
阅读(393)
评论(0)
推荐(0)
编辑
公告