搜索资源列表
Visual C++MFC编程实例
- mfc多个经典编程案例
MFC
- MFC引入了"文档/视图"结构的概念,理解这个结构是编写基于MFC编写复杂Visual C++程序的关键。"文档/视图"中主要涉及到四种类:
基于C++的MFC绘图
- 基于C++的MFC绘图,包括绘图的一些主要操作,适用作参考
visual-cPP-point
- 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
TIME-FUNCTION
- windows下的几种常用的时间函数的使用方法。例如sleep函数,MFC下的timer事件,C语言下的Time,GetTickCount(),timeGetTime等函数的使用方法。-Some commonly used time function
CLASS-in-MFC
- c++面向对象设计中MFC类库详解,下载后设置信任后可即可使用-c++ object-oriented design MFC class library can be used to download after setting trust
Chat-room-source-code
- C+++网络聊天室设计报告和源程序,介绍Winsock,MFC类CAsyncsocket和CSocket,利用CSocket进行有连接的通信 -C+++ Internet chat room design reports and source code, introducing Winsock, MFC class CAsyncsocket and CSocket, use CSocket for a connected communications
Experimental-chat-program-documents
- 聊天程序实验文档,应用Visual C++中MFC CSocket类,实现网络数据传输,通过此文档可以制作实用的局域网一对一聊天程序。-Experimental chat program documents, applications Visual C++ in MFC CSocket class network data transmission, this document can be made practical through LAN-one chat program.
C++_MFC界面读写USB_HID设备数据程序
- 这个文档中主要是在MFC中实现USB通信的上位机代码,可以理解为是一个USB调试助手的代详细的码说明文档。