[MFC] How Do I [MFC] How Do I: Learn the Principles of Object-Oriented Programming DreamHunter 이동훈 2010. 10. 20. 11:56 Learn the Principles of Object-Oriented Programming 이 동영상은 MFC에서 객체지향 프로그램을 개발할 때 사용되는 방법에 대한 내용이다. MFC에서 CShape 이라는 부모 클래스를 만들고, CCircle, CSquare, CRoundSquare 자식 클래스를 생성하여 Draw 메서드만 호출하여 각각의 모양을 그릴 수 있게 하였다. 공유하기 게시글 관리 DreamHunter 블로그 저작자표시 (새창열림) '[MFC] How Do I' Related Articles [MFC] How Do I: Get Started with the MFC Serializing Mechanism [MFC] How Do I: Use the Visual Studio IDE [MFC] How Do I: Develop MFC Applications with Visual Studio [MFC] How Do I: Quickly Create Simple Applications Using MFC