
대학교 수업/C++ 프로그래밍
[C++] 명품 c++ 프로그래밍 5장
1번 #include using namespace std; class Circle { int radius; public: Circle() :Circle(1) {} Circle(int r) { radius = r; } void show() { cout > b; if (bigger(a, b, big)) { cout