摘要:
#include <iostream>using namespace std;#include <stdlib.h>/**################################定义 相同类型的数据元素的集合。################################*//*一维数组类的定义*/template<class Type>class Array{ Type * elements; //数组存放空间 int ArraySize; //当前长度 void getArray(); //建立数组空间public: Array(int Siz 阅读全文
posted @ 2012-11-29 17:01
qintangtao
阅读(194)
评论(0)
推荐(0)

浙公网安备 33010602011771号