以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 C/C++编程思想 』 (http://bbs.xml.org.cn/list.asp?boardid=61) ---- 很疑惑 ! (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=15655) |
-- 作者:viaphone -- 发布时间:3/15/2005 11:36:00 PM -- 很疑惑 ! 以下是我用VC写的一个Consol 测试代码 : class test{ public: int i; test(){ i =0; }; ~test (){ cout << "destoried\n"; }; test& clone(){ //返回引用 test& getTest(){//返回引用 int main(int argc, char* argv[]) |
-- 作者:yzh -- 发布时间:4/27/2005 5:07:00 PM -- 老兄,你这个问题在Borland C++ 版本是5.0下不能编译 错误信息如下 Info :Compiling C:\bc5\bin\example.cpp |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |