vc小问题
class Screen { public:
private:
static const int _height = 24;
static const int _width = 80;
string _screen;
string::size_type _cursor;
};
初学vc看不懂string::size_type _cursor; 是什么含义.特别是那4个点 可以在变量定义中出现么?
2007-07-19 22:28
2007-07-20 21:25