搜索资源列表
-
0下载:
关于VC和windows 的绘图机制:
使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文
windows下的MFC编程机制,消息驱动,事件等待!
全局的app(应用程序对象)
注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源
每一个new操作符都要对应一个delete
虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
-
-
0下载:
Visual C++课程设计案例精编源程序
共11个课程设计案例,各个案例基本独立,覆盖了Windows下编程的大部分内容,包括图形和图像、多媒体、Internet网络、数据库、程序通信、ActiveX技术等各个方面-Visual C++ curriculum design case sperm source for a total of 11 cases of curriculum design, the basic independence of the various cases, c
-
-
0下载:
windows图形编程的源代码和例子,csharp-the source code and examples of the windows graphics programming, csharp
-