摘要: HString.h 1 #ifndef HSTRING_H 2 #define HSTRING_H 3 4 #include 5 using namespace std; 6 7 const int MAX_SIZE = 128; 8 9 class HString10 {11 public:12 HString();13 HString(const HString &s... 阅读全文
posted @ 2007-06-10 00:25 中土 阅读(1215) 评论(0) 推荐(1) 编辑
©2005-2008 Suprasoft Inc., All right reserved.