資源簡介
本光盤是《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個文件信息
評論
共有 條評論