摘要:
-----Test.h文件-----------------------------------------#ifndef TEST_H#define TEST_H#includeusing namespace std;templateclass CMyStack{private: struct Item { public: T data; Item *next; Item():next(NULL){} }; Item *m_data; Item *m_min; CMyStack(const CMyStack&); CMyStack& operator=(const CMySt 阅读全文
posted @ 2013-07-24 15:03
dyc0113
阅读(513)
评论(0)
推荐(0)

浙公网安备 33010602011771号