[C\C++] 宣告類別及使用方式. #include "stdafx.h" #include "stdlib.h". /* 靜態寫法 class ABC { int a; public: int b; int c;. ABC() { a = 100; } void Sum() { printf("a + c + b ...
www.google.com.tw