혹시 dream circle(으)로 찾으셨나요?
블로그
- [스크랩] Draw HSV circle at runtime 출처 : [ http://stackoverflow.com/questions/13266735/draw-hsv-circle-at-runtime ] Draw HSV circle at runtime
- (영진전문대 컴퓨터프로그래밍전공반) C++ 상향,하향 형변환 () { // 재정의 cout << "Rectangle Draw" << endl; } }; class Circle : public Shape { private: int redius; public: void setRadius(int r) { redius = r; } void draw() { // 재정의.......