c++程序设计所有答案


c++程序设计所有答案,自己做的,欢迎下载
资源截图
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “test.h“

#include “ChildFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     544814  2011-04-17 16:11  C++exercise1第三题Debug est2.exe

     文件     785280  2011-04-17 16:11  C++exercise1第三题Debug est2.ilk

     文件     248064  2011-04-17 16:11  C++exercise1第三题Debug est2.obj

     文件    2009720  2011-04-17 16:07  C++exercise1第三题Debug est2.pch

     文件    1098752  2011-04-17 16:11  C++exercise1第三题Debug est2.pdb

     文件     115712  2011-04-17 16:11  C++exercise1第三题Debugvc60.idb

     文件     110592  2011-04-17 16:11  C++exercise1第三题Debugvc60.pdb

     文件      53760  2011-04-17 16:15  C++exercise1第三题 est2.opt

     文件        888  2011-04-17 16:11  C++exercise1第三题 est2.plg

     文件       1531  2011-04-13 16:06  C++exercise1第二题ChildFrm.cpp

     文件       1397  2011-04-13 16:06  C++exercise1第二题ChildFrm.h

     文件       5702  2011-04-13 17:16  C++exercise1第二题DebugBuildLog.htm

     文件      16021  2011-04-17 16:03  C++exercise1第二题DebugChildFrm.obj

     文件      16457  2011-04-17 16:03  C++exercise1第二题DebugJSJX.obj

     文件      18051  2011-04-17 17:21  C++exercise1第二题DebugJYYEC.obj

     文件      25730  2011-04-17 16:03  C++exercise1第二题DebugMainFrm.obj

     文件     105431  2011-04-17 16:03  C++exercise1第二题DebugStdAfx.obj

     文件     127021  2011-04-17 17:21  C++exercise1第二题Debug est.exe

     文件       2048  2011-04-13 17:15  C++exercise1第二题Debug est.exe.embed.manifest

     文件     350852  2011-04-17 17:21  C++exercise1第二题Debug est.ilk

     文件      23136  2011-04-17 16:03  C++exercise1第二题Debug est.obj

     文件    5701360  2011-04-17 16:03  C++exercise1第二题Debug est.pch

     文件     451584  2011-04-17 17:21  C++exercise1第二题Debug est.pdb

     文件       8716  2011-04-13 18:26  C++exercise1第二题Debug est.res

     文件      14398  2011-04-17 16:03  C++exercise1第二题Debug estDoc.obj

     文件      19293  2011-04-17 16:03  C++exercise1第二题Debug estView.obj

     文件     361472  2011-05-03 21:51  C++exercise1第二题Debugvc60.idb

     文件     372736  2011-04-17 17:21  C++exercise1第二题Debugvc60.pdb

     文件     723968  2011-04-13 17:16  C++exercise1第二题Debugvc80.idb

     文件     700416  2011-04-13 17:16  C++exercise1第二题Debugvc80.pdb

............此处省略479个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)