资源简介
VC++网络考试系统,服务器+用户端+数据库+源代码.搜集的一个资料,源码也有,供大家学习研究
代码片段和文件信息
// Client.cpp : Defines the class behaviors for the application.
// download by http://www.codefans.net
#include “stdafx.h“
#include “Client.h“
#include “ClientDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClientApp
BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CClientApp construction
CClientApp::CClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object
CClientApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CClientApp initialization
BOOL CClientApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CClientDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2540 2008-01-26 11:14 Lelecode.com\考试系统\Client\Client.clw
文件 2099 2011-02-22 13:23 Lelecode.com\考试系统\Client\Client.cpp
文件 4540 2008-01-18 19:38 Lelecode.com\考试系统\Client\Client.dsp
文件 537 2008-01-19 18:34 Lelecode.com\考试系统\Client\Client.dsw
文件 1324 2008-01-15 16:06 Lelecode.com\考试系统\Client\Client.h
文件 7334 2008-01-25 10:06 Lelecode.com\考试系统\Client\Client.rc
文件 10619 2011-02-22 13:23 Lelecode.com\考试系统\Client\ClientDlg.cpp
文件 2321 2008-01-23 21:30 Lelecode.com\考试系统\Client\ClientDlg.h
文件 3975 2011-02-22 13:23 Lelecode.com\考试系统\Client\ClientSocket.cpp
文件 1042 2008-01-23 20:50 Lelecode.com\考试系统\Client\ClientSocket.h
文件 5446 2011-02-22 13:23 Lelecode.com\考试系统\Client\Item.cpp
文件 1452 2008-01-23 21:24 Lelecode.com\考试系统\Client\Item.h
文件 1653 2011-02-22 13:23 Lelecode.com\考试系统\Client\LoginDlg.cpp
文件 1382 2008-01-18 22:13 Lelecode.com\考试系统\Client\LoginDlg.h
文件 1078 2008-01-15 16:06 Lelecode.com\考试系统\Client\res\Client.ico
文件 398 2008-01-15 16:06 Lelecode.com\考试系统\Client\res\Client.rc2
文件 1925 2008-01-25 09:38 Lelecode.com\考试系统\Client\resource.h
文件 208 2008-01-15 16:06 Lelecode.com\考试系统\Client\StdAfx.cpp
文件 1889 2008-01-21 15:34 Lelecode.com\考试系统\Client\StdAfx.h
文件 6822 2011-02-22 13:24 Lelecode.com\考试系统\Server\ClientContext.cpp
文件 1681 2008-01-22 19:48 Lelecode.com\考试系统\Server\ClientContext.h
文件 2917 2008-01-23 11:34 Lelecode.com\考试系统\Server\ClientManager.cpp
文件 1271 2008-01-22 19:57 Lelecode.com\考试系统\Server\ClientManager.h
文件 462848 2008-03-07 16:58 Lelecode.com\考试系统\Server\Exam.mdb
文件 3214 2011-02-22 13:24 Lelecode.com\考试系统\Server\MainFrm.cpp
文件 1548 2008-01-21 23:49 Lelecode.com\考试系统\Server\MainFrm.h
文件 90619 2006-12-26 21:07 Lelecode.com\考试系统\Server\msado15.tlh
文件 76614 2006-12-26 21:07 Lelecode.com\考试系统\Server\msado15.tli
文件 1078 2008-01-15 16:05 Lelecode.com\考试系统\Server\res\Server.ico
文件 398 2008-01-15 16:05 Lelecode.com\考试系统\Server\res\Server.rc2
............此处省略27个文件信息
相关资源
- C++ 源代码 学生考勤管理系统
- 基于C++的学生管理系统
- C++命令行实现的学生社团管理系统
- C++宾馆管理系统
- c语言课程设计 工资管理系统
- 校级运动会 管理系统 c语言代码
- 时间片轮转算法实现
- 简单模拟一个草原生态系统
- 进程同步实验代码c语言
- 开发一个VC++证券模拟交易系统源代码
- qt+mysql 制作简易的图书管理系统
- 一级目录结构实现模拟文件系统
- 车牌识别系统从车牌定位、字符分割
- 门禁控制系统Pretues仿真图
- c语言课程设计职工信息管理系统
- 北邮计算机院数据结构课程大作业:
- C语言模拟实现操作系统内存的分配与
- C语言课程设计——宿舍管理系统
- 学生考勤管理系统源码
- vc++实现哲学家吃面问题
- 说话人识别和确认系统
- 基于C语言的linux远程终端管理系统
- C语言课程设计:图书管理系统代码+报
- 教学计划编制系统-数据结构课设源代
- 电子商务系统-超市电商系统-C++
- 文章编辑系统含源代码
- 图像处理软件系统visual c++
- C语言课程设计--职工信息管理系统
- 产品进销存管理系统(C语言源代码)
- 2个简单的专家系统源代码
评论
共有 条评论