会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chenyizh
博客园
首页
新随笔
联系
订阅
管理
09 2015 档案
C++ 深入了解返回值的一个小示例
摘要:/// g++ fn.cpp main.cpp -S -m32float temp;int main(){ float a=fn1(); // float& b=fn1(); //error float c=fn2(); float& d=fn2(...
阅读全文
posted @
2015-09-28 20:16
chenyizh
阅读(149)
评论(0)
推荐(0)
编辑
C++ 运算符重载-赋值
摘要:#include using namespace std;class Fi{ public: Fi(){cout<<"Fi::Fi()"<<endl;}};class Fee{ public: Fee(int){cout<<"Fee::Fee(...
阅读全文
posted @
2015-09-22 16:22
chenyizh
阅读(331)
评论(0)
推荐(0)
编辑
公告
点击右上角即可分享