摘要:
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
中土
阅读(1281)
评论(0)
推荐(1)
浙公网安备 33010602011771号