CPoint, CRect, CSize, CTime, CTimeSpan
CPointCPoint() throw();CPoint(int initX, int initY) throw();CPoint(POINT initPt) throw();CPoint(SIZE initSize) throw();CPoint(LPARAM dwPoint) throw();CPoint pt1(10, 20);POINT pt{ 40,40 };CPoint pt2(pt);// ==, !=, +, -, +=, -= 등 제공.https://learn.microsoft.com/ko-kr/cpp/atl-mfc-shared/reference/cpoint-class?view=msvc-170 CPoint 클래스자세한 정보: CPoint 클래스learn.microsoft.com CRectCRect() throw();CRect(in..
2024. 12. 30.