Home > Software engineering >  Visual c use the new error creating object
Visual c use the new error creating object

Time:01-18

BOOL CMyApp: : InitInstance ()
{
M_pMainWnd=new CMyWnd;//novice programming, compile-time hint, "" error C2061: syntax errors: identifier" CMyWnd "please tall person to give directions, thank you
M_pMainWnd - & gt; ShowWindow (m_nCmdShow);
Return CWinApp: : InitInstance ();
  • Related