代碼中的小技巧--按鈕的限制

typedef struct tagData{ typedef struct tagData this_type;     int a;     int b;     int c;     this_type() :a(0), b(0), c(0){} } Data; typedef  enum enT{     btn_A,     btn_B,     btn_C,     btn_NULL
相關文章
相關標籤/搜索