资源列表
P2P文件传输
- P2P文件传输服务端与客户端,vc6开发,调试通过(P2P file transfer server and client)
MSN和QQ消息提示窗口
- MSN和QQ消息提示窗口,vc6开发,调试通过(MSN and QQ message prompt window)
读写文件
- VC++读写大块资料(二进制)文件,vc6开发,调试通过(VC ++ read and write large pieces of data (binary) files)
获取当前文件的路径
- 获取当前文件的路径,vc6开发,调试通过(Gets the path of the current file)
中文测试
- 可以在windows下面远程调试Linux下程序的工具(You can debug the program under Windows remotely under Linux)
根据句柄截图(可解决最小化问题,但是托盘不行)
- 根据窗体句柄截图,并且可以解决窗体最小化时同样截图(According to the form handle screenshot, and can solve the form minimized when the same screenshot)
文件的输入输出
- 对文件进行读写操作,涉及文件指针,文件操作的一些命令。(Read and write files, refer to the file pointer, some commands of the file operation.)
RTTI
- RTTI(Run-Time Type Information),通过运行时类型信息程序能够使用基类的指针或引用来检查这些指针或引用所指的对象的实际派生类型。(RTTI (Run-Time Type Information), by running the type information program, can use the pointer or reference of the base class to check these pointers or refer to the actua
异常处理
- 通过异常处理,我们可以对用户在程序中的非法输入进行控制和提示,以防程序崩溃。(By exception handling, we can control and prompt the user's illegal input in the program to prevent the program from crashing.)
环形队列
- 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data structure in practical programming,
ConsoleApplication1
- 获取鼠标坐标代码,并显示坐标。简单实用。几行代码搞定。(Get the mouse coordinates code, and display coordinates. Simple and practical. A few lines of code.)
VC++读写Excel文件源代码
- VC实现对excel的读写 增删操作,支持vs2010(VC to achieve the operation of Excel)
