搜索资源列表
FileTool
- 解决vc++6.0与visio不兼容的问题,如安装Visio之后,vc++6.0“打开”出错,不能添加文件等。-Vc++6.0 with visio solution is not compatible issues, such as after installing Visio, vc++6.0 " open" error, can not add files.
readxmlfiletool
- 一个读写XML文件的例子代码,VC++,适用windows 操作系统-Read and write XML documents a code example, VC++, The application of windows operating system
filetoolarchive
- 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL