搜索资源列表
ICON
- 一组超漂亮的32位图片素材,有苹果图标、绒毛文件夹图标、水晶软件图标、硬盘图标等!需要的赶快。-A set of super and beautiful of 32 picture materials, have apple diagram the mark, floss document to clip a diagram mark, the diagram mark, hard drive diagram mark...etc. of the crystal software!Need of
mycomputer
- 根据文件系统的相关原理,设计并用VC编程实现一个类似Windows系统中“我的电脑”功能的文件管理系统,该文件系统可以对系统中所有文件进行管理,同时具有创建新文件(为简单起见,可以固定几种类型的文件)、删除文件、复制文件、创建文件夹等功能。-According to the file system of the relevant theory, design and use of VC programming a similar Windows system, the "My Computer
CreatemyFolder1
- 使用VC++6.0用mfc创建一个多层次的文件夹路径-Creat a Folder!!!
pc
- vc如何获取文件夹中文件个数,适合初学者学习,不错的文档-VC how to get the file number of folders, suitable for beginners to learn, good documentation
A-DLL-export-interface-in-VS2010
- 看《VC++动态链接库(DLL)编程深入浅出》时,里面提到使用Visual C++的Depends工具可以查看动态链接库中的导出接口。对于VC6.0,VC所带的Depends软件,在VC6安装目录下的tools文件夹里面,可以直接运行。但是VS2010中没有了Depends工具,如何查看DLL文件的导出接口呢?-How to view a DLL export interface in VS2010