资源简介

本光盘是《Visual C++课程设计案例精编》一书的配书光盘,内容包括了书中所有范例的源程序。 清华大学出版社,夏崇镨, 任海军, 余健编著。 本书共有11章,介绍了VC编程需要掌握的知识和技巧,同时介绍了课程设计案例,各个案例相对独立,覆盖了MFC编程的绝大部分,说明了MFC编程中最典型和最有用途的程序设计方法。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GPACalculator.h“
#include “GPACalculatorDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGPACalculatorApp

BEGIN_MESSAGE_MAP(CGPACalculatorApp CWinApp)
//{{AFX_MSG_MAP(CGPACalculatorApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CGPACalculatorApp construction

CGPACalculatorApp::C

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

    ......R     24576  2007-12-02 11:52  ch04 聊天程序\Release\chat.exe

    ......R      5961  2007-12-02 11:23  ch04 聊天程序\chat\ClientSocket.cpp

    ......R      1927  2007-12-02 11:01  ch04 聊天程序\chat\ClientSocket.h

    ......R       811  2007-12-01 14:02  ch04 聊天程序\chat\PackMessg.cpp

    ......R       694  2007-12-01 14:02  ch04 聊天程序\chat\PackMessg.h

    ......R      3543  2007-12-01 13:33  ch04 聊天程序\chat\ReadMe.txt

    ......R      1228  2007-12-02 11:34  ch04 聊天程序\chat\ServerSocket.cpp

    ......R      1306  2007-12-02 10:59  ch04 聊天程序\chat\ServerSocket.h

    ......R       206  2007-12-01 13:33  ch04 聊天程序\chat\StdAfx.cpp

    ......R      1102  2007-12-01 13:33  ch04 聊天程序\chat\StdAfx.h

    ......R     36532  2007-12-05 15:07  ch04 聊天程序\chat\chat.aps

    ......R      2098  2007-12-06 22:57  ch04 聊天程序\chat\chat.clw

    ......R      2129  2007-12-01 13:33  ch04 聊天程序\chat\chat.cpp

    ......R      4525  2007-12-01 15:29  ch04 聊天程序\chat\chat.dsp

    ......R       533  2007-12-01 13:33  ch04 聊天程序\chat\chat.dsw

    ......R      1302  2007-12-01 13:33  ch04 聊天程序\chat\chat.h

    ......R     82944  2007-12-06 23:36  ch04 聊天程序\chat\chat.ncb

    ......R     55808  2007-12-06 23:36  ch04 聊天程序\chat\chat.opt

    ......R       889  2007-12-05 15:07  ch04 聊天程序\chat\chat.plg

    ......R      6227  2007-12-05 15:07  ch04 聊天程序\chat\chat.rc

    ......R      7949  2007-12-02 11:51  ch04 聊天程序\chat\chatDlg.cpp

    ......R      1769  2007-12-02 10:58  ch04 聊天程序\chat\chatDlg.h

    ......R      1078  2007-12-01 13:33  ch04 聊天程序\chat\res\chat.ico

    ......R       396  2007-12-01 13:33  ch04 聊天程序\chat\res\chat.rc2

    ......R      1049  2007-12-01 13:46  ch04 聊天程序\chat\resource.h

    ......R       201  2008-08-29 09:15  ch04 聊天程序\说明.txt

    ......R     27564  2008-02-29 17:02  ch05 通讯录\AddressBook\AddressBook.aps

    ......R      2699  2008-02-29 17:03  ch05 通讯录\AddressBook\AddressBook.clw

    ......R      4318  2006-12-04 23:09  ch05 通讯录\AddressBook\AddressBook.cpp

    ......R      4784  2006-12-04 23:09  ch05 通讯录\AddressBook\AddressBook.dsp

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

评论

共有 条评论