09 2015 档案

摘要:/// 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 阅读(152) 评论(0) 推荐(0)
摘要:#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 阅读(338) 评论(0) 推荐(0)