[MFC 퍼즐게임]MFC C++로 구현한 퍼즐게임 소스
본 자료는 미만의 자료로 미리보기를 제공하지 않습니다.
닫기
  • 1
해당 자료는 0페이지 까지만 미리보기를 제공합니다.
0페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

[MFC 퍼즐게임]MFC C++로 구현한 퍼즐게임 소스에 대한 보고서 자료입니다.

본문내용

// Puzz.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "Puzz.h"
#include "PuzzDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CPuzzApp

BEGIN_MESSAGE_MAP(CPuzzApp, CWinApp)
//{{AFX_MSG_MAP(CPuzzApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPuzzApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CPuzzApp object

CPuzzApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CPuzzApp initialization

BOOL CPuzzApp::InitInstance()

키워드

  • 가격2,000
  • 페이지수1페이지
  • 등록일2009.08.21
  • 저작시기2007.2
  • 파일형식압축파일(zip)
  • 자료번호#549973
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니