class CMFC0418View : public CView { public: CInput dlg; } // 대화상자 클래스 생서자 class CInput : public CDialog { public: CInput(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CInput) enum { IDD = IDD_DIALOG1 }; int m_int; CString m_str; //}}AFX_DATA CView *m_view; // 이부분 코딩 인벨리를 하기위해 CView로 변수 선언! } CMFC0418View::CMFC0418View() { // TODO: add construction code here dlg.m_int..