2013年7月29日

摘要: #include#include#include#include#include#include#include"Test.h"#include#includeusing namespace std;char *buffer=new char[24];int len=24;templateclass CStack{ struct Node { Node *next; T value; public: Node():next(NULL){} }; void *freehead; Node *shead[3]; v... 阅读全文
posted @ 2013-07-29 14:58 dyc0113 阅读(214) 评论(0) 推荐(0) 编辑

导航