c++中这个程序怎么改正?

#include"stdafx.h"#include"sample0601.h"#include"MainFrm.h"#include"sample0601Doc.h"#... #include "stdafx.h"
#include "sample0601.h"
#include "MainFrm.h"
#include "sample0601Doc.h"
#include "sample0601View.h"
#include "Login.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

BEGIN_MESSAGE_MAP(CSample0601App, CWinApp)
//{{AFX_MSG_MAP(CSample0601App)
ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP, CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

CSample0601App::CSample0601App()
{
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}

CSample0601App theApp;

BOOL CSample0601App::InitInstance()
{
AfxEnableControlContainer();
#ifdef _AFXDLL
Enable3dControls();
#else
Enable3dControlsStatic();
#endif
CLogin m_login;
if(m_login.DoModal()==IDOK)
{
if(m_login.m_name=="123" && m_login.m_pwd==123)
{
MessageBox(NULL,"登陆成功","成功",MB_ICONINFORMATION|MB_OK);
}
else
{
MessageBox(NULL,"用户名或密码错误","错误",MB_ICONERROR|MB_OK);
return FALSE;
}
}
else
{
return FALSE;
}
#ifdef _AFXDLL
Enable3dControls();
#else
Enable3dControlsStatic();
#endif
SetRegistryKey(_T("Local AppWizard-Generated Applications"));

LoadStdProfileSettings();
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CSample0601Doc),
RUNTIME_CLASS(CMainFrame),
RUNTIME_CLASS(CSample0601View));
AddDocTemplate(pDocTemplate);
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
if (!ProcessShellCommand(cmdInfo))
return FALSE;
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return TRUE;
}
D:\Microsoft Visual Studio\MyCpp\sample0601\sample0601.cpp(46) : error C2039: 'm_name' : is not a member of 'CLogin'
展开
 我来答
匿名用户
2011-11-07
展开全部
你应该把错误提示贴出来,代码那么长,而且只是一个.cpp中。不好确定错误所在啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
dyliang77
2011-11-07 · TA获得超过272个赞
知道答主
回答量:206
采纳率:0%
帮助的人:103万
展开全部
是的 把错误说出来么
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wind2031
2011-11-07 · TA获得超过137个赞
知道小有建树答主
回答量:321
采纳率:0%
帮助的人:189万
展开全部
shocking
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式