摘要:
#include using namespace std; class Test { public: Test():x(0), y(0) { cnt++; } int x; int y; void print() const; static int cnt; static void print_s(); ... 阅读全文
posted @ 2017-08-20 20:05
rocklee25
阅读(3364)
评论(0)
推荐(0)
浙公网安备 33010602011771号