readme.txt
来自「这是一个兼容C++标准的IO流接口」· 文本 代码 · 共 18 行
TXT
18 行
Version 0.1, 12-Dec-2001
This library lets you access .zip files using the standard iostream interface.
You need zlib to use it and the zip/unzip extensions provided by Gilles Vollant.
I've added the zip/unzip files to the MSVC project to facilitate the build process.
Should this infringe any copyrights please contact me and I'll remove them
from the distribution.
An example of the usage of this library can be found in the ZipTest project.
The only header file you need to include for usage is <zipstream.h>.
Using this library is free, as long as the copyright notice in the files
remains untouched.
This library has been tested with zlib 1.1.3 and zip/unzip 0.15. It should be
platform independent, but has only been tested under Win32 yet.
For updates visit www.chengine.com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?