搜索资源列表
print-preview
- 在windows VC++ MFC下打印预览源码,非常实用-the windows VC MFC Print preview source, a very practical
SRC.ZIP
- 很不错的vc++ mfc 树控件学习,和windows资源器一样。-Very good vc++ mfc tree control study, and the same browser windows resources.
2
- 用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microsoft Foundation Class)。与MFC相比,API更贴近操作系统,也是每一个Windows程序员必须掌握的。 本文将以一个类似Windows的计算器程序为例,简述Windows API程序设计的方法和一些基本技巧。 思路和算法 -Users i
vcsetup
- Visual C++即VC,全称是 MicroSoft Visual C++,是由微软公司推出的开发Win32应用程序(Windows 95/98/2000/XP/NT)的、面向对象的高级可视化计算机程序开发工具,是一个可视化的集成开发系统。Visual C++提供了一套开发环境:Visual Studio,它是以C++语言和C语言为蓝本的可视化编译、开发环境,用微软的C++语言编写程序,并兼容C语言,可以识别C/C++语言并进行编译等,并且支持功能强大MFC类库。-Visual C++ or
VC-STADY--NOTE
- Windows程序运行原理及程序编写流程,MFC框架程序剖析-Principle and run Windows programming process, MFC framework program analysis
MVCSphere
- VC++为个体MFC编写MVC模式的球体演示程序,在以往的模式中,大家一般都采用 Input-Processing-Output 的单任务模式,但是现在在Windows的编程中,MVC模型更适合图形界面的设计,它将数据处理和数据显示分离开,使维护,扩展系统更加灵活。 -VC++ for the individual MFC write MVC pattern ball demo program in the previous model, we usually use Input-Proce
vcPPHDraw
- HDraw v2.9 VC++增强版Windows画图板源码,使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 -the bzip boost installation components as detailed in http://www.cnblogs.com/finallyliuyu/archive/2010/08/23/1806811.html
BindAppFile
- 这是一个windows应用程序捆绑源码工程,vc++MFC对话框应用程序-This is a windows application the bundled source project vc++MFC dialog application
1.Open-filer
- VC++ 源代码,MFC中如何编写 WINDOWS 文件打开代码!初学者可以参考学习!-VC++ source code, how to write Windows file open code in the MFC! Beginners can refer to learn!
GetProcAddress
- 获得Windows XP 内部版本号,vc++ MFC程序,通用分析PE格式,自己实现的GetProcAddress ,写壳会用到的东西-Windows XP build number vc++ MFC program, general analysis PE format, to achieve their own GetProcAddress write what shell will be used
CODE
- 孙鑫写的教程,VC++深入详解。由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。-Sun Xin write tutorials, VC++ thorough explanation. Deep within the program step by step explanation of the Windows operating mechanism, MFC fram
addressbook
- 基于windows mfc用vc++编程的通讯录管理系统-Based windows mfc programming with vc++ address book management system
CNTService-v1.80
- CNTService v1.80 在MFC中开发NT服务的类框架-CNTService v1.80 A class framework for developing NT services in C++ v1.80 (1 January 2014) Updated copyright details. Updated code to clean compile on VC 2013 Reworked the classes to optionally compile
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
VC_multithread
- VC多线程文档资料,对VC环境下(windows环境下)利用API和MFC两种编程模式的多线程使用方法和实现方法,均循序渐进给出了代码和测试程序,对于VC多线程各个阶段的学习者均有帮助。-VC multithreaded document information on VC environment (Windows environment) using the API and MFC the multithreaded way of using the two programming model