资源简介
用VC++6.0开发的客户端服务器考试系统。

代码片段和文件信息
// Client.cpp : Defines the class behaviors for the application.
//
#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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-06-11 15:36 考试系统(服务器和客户机VC++)\
目录 0 2009-05-31 14:01 考试系统(服务器和客户机VC++)\Client\
文件 2540 2008-01-26 11:14 考试系统(服务器和客户机VC++)\Client\Client.clw
文件 2063 2008-01-15 16:06 考试系统(服务器和客户机VC++)\Client\Client.cpp
文件 4540 2008-01-18 19:38 考试系统(服务器和客户机VC++)\Client\Client.dsp
文件 537 2008-01-19 18:34 考试系统(服务器和客户机VC++)\Client\Client.dsw
文件 1324 2008-01-15 16:06 考试系统(服务器和客户机VC++)\Client\Client.h
文件 7334 2008-01-25 10:06 考试系统(服务器和客户机VC++)\Client\Client.rc
文件 10583 2008-01-24 11:46 考试系统(服务器和客户机VC++)\Client\ClientDlg.cpp
文件 2321 2008-01-23 21:30 考试系统(服务器和客户机VC++)\Client\ClientDlg.h
文件 3939 2008-01-24 10:48 考试系统(服务器和客户机VC++)\Client\ClientSocket.cpp
文件 1042 2008-01-23 20:50 考试系统(服务器和客户机VC++)\Client\ClientSocket.h
文件 5410 2008-01-24 10:48 考试系统(服务器和客户机VC++)\Client\Item.cpp
文件 1452 2008-01-23 21:24 考试系统(服务器和客户机VC++)\Client\Item.h
文件 1617 2008-01-22 08:23 考试系统(服务器和客户机VC++)\Client\LoginDlg.cpp
文件 1382 2008-01-18 22:13 考试系统(服务器和客户机VC++)\Client\LoginDlg.h
目录 0 2009-05-31 14:01 考试系统(服务器和客户机VC++)\Client\res\
文件 1925 2008-01-25 09:38 考试系统(服务器和客户机VC++)\Client\resource.h
文件 1078 2008-01-15 16:06 考试系统(服务器和客户机VC++)\Client\res\Client.ico
文件 398 2008-01-15 16:06 考试系统(服务器和客户机VC++)\Client\res\Client.rc2
文件 208 2008-01-15 16:06 考试系统(服务器和客户机VC++)\Client\StdAfx.cpp
文件 1889 2008-01-21 15:34 考试系统(服务器和客户机VC++)\Client\StdAfx.h
目录 0 2009-05-31 14:01 考试系统(服务器和客户机VC++)\Server\
文件 6786 2008-01-24 20:10 考试系统(服务器和客户机VC++)\Server\ClientContext.cpp
文件 1681 2008-01-22 19:48 考试系统(服务器和客户机VC++)\Server\ClientContext.h
文件 2917 2008-01-23 11:34 考试系统(服务器和客户机VC++)\Server\ClientManager.cpp
文件 1271 2008-01-22 19:57 考试系统(服务器和客户机VC++)\Server\ClientManager.h
文件 462848 2008-03-07 16:58 考试系统(服务器和客户机VC++)\Server\Exam.mdb
文件 3178 2008-01-23 16:02 考试系统(服务器和客户机VC++)\Server\MainFrm.cpp
文件 1548 2008-01-21 23:49 考试系统(服务器和客户机VC++)\Server\MainFrm.h
文件 90619 2006-12-26 21:07 考试系统(服务器和客户机VC++)\Server\msado15.tlh
............此处省略22个文件信息
- 上一篇:KCF跟踪算法c++
- 下一篇:c语言 程序填空题题库
相关资源
- C++学生考试系统源码
- MFC 在线考试系统
- 基于TCP协议的C/S传输文件C++)
- c语言网上考试系统毕业论文
- C++编写的多线程C/S模式仿QQ软件
- 单项选择题标准化考试系统的设计C
- c++实现的C/S模式图书借阅管理系统
- 网络五子棋双人对弈系统
- C++、qt环境下的C/S聊天器
- C++上机考试系统包括100道题
- 在线考试系统 + C++ +access
- 标准化考试系统 C++课设
- 基于opencv的傅里叶描述子VC++代码
- 完整socket c++
- 高校学生在线考试系统 vc源码
- 局域网监控系统vc
- C/S架构的C++实现
- 基于C++MFC的聊天程序,C/S模式
- 基于qt的聊天室
- C语言在线考试系统
- 《数字图像处理与机器视觉》张铮等
- 基于SSH框架的在线考试系统165944
- c++ Windows Socket实现最简单的C/S网络通
- 基于SSH框架的在线考试系统
- C/S架构文件传输,socket实现C++完整代
- mfc集成 cef3 成vs工程及编译MFC嵌入谷歌
- VC++实现考试系统源码客户端服务器
- 在线考试系统VC++MFC
- VC++ 网络对战五子棋游戏(服务端+用
- 基于socket通信的,利用MFC实现TCP通信
评论
共有 条评论