第二章 掌握C++(2)C++的特性(上)

新建一個win32控制檯應用程序,選擇空項目。    #include <iostream> using namespace std; class point { public: int x; int y; void output() { cout<<x<<" "<<y<<endl; } }; int main() { point
相關文章
相關標籤/搜索