会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ITBread
博客园
首页
新随笔
联系
订阅
管理
2014年4月10日
C++初始化,之不明白篇 cout<<x<<endl 与 cout<<"x = "<<cout<<x<<endl的输出的值会不一样
摘要: 代码如下 #include using namespace std; class point { public : int x; int y; point() { x=0; y=0; } void output() { ...
阅读全文
posted @ 2014-04-10 11:14 itbread
阅读(2382)
评论(0)
推荐(0)
编辑
公告
如果觉得对你有帮助,不妨微信扫描打赏鼓励下