摘要:
一、关于数组对象和vector对象Account *pact = new Account[10]1.在堆中分配包含10个Account类对象的数组;2.用Account类缺省构造函数初始化释放*pact不要用delete pact只是第一个类对象上调用了析构函数;应该使用delete [] pact;vector vec(5);//I初始化过程 1.创建一个底层类型的临时对象,并在其上应用缺省构造...
阅读全文
posted @ 2004-03-10 22:15
____Justin____
阅读(4057)
推荐(0)
编辑
摘要:
The java game "Robocode" is popular and funny. In robocode ,a coder can programe a robotic battletank and it can help you to learn java.Is there a similar game like robocode for c++ or c# student??
阅读全文
posted @ 2004-03-10 00:30
____Justin____
阅读(1197)
推荐(0)
编辑
posted @ 2004-03-10 00:22
____Justin____
阅读(345)
推荐(0)
编辑