readme.txt
来自「Symbian C++环境下读写ZIP文件, 并附有例子」· 文本 代码 · 共 19 行
TXT
19 行
// --------------------------------------------------------------------------
// readme.txt
//
// Copyright 2005, Antony Pranata
// http://www.antonypranata.com
//
// Example how to read ZIP file in Symbian OS.
// --------------------------------------------------------------------------
This example shows how to read ZIP file in Symbian OS. It uses CZipFile to
read and extract files from a ZIP file. It is written as simple as possible,
do not use it in production code.
Compile the program and copy it to your device. Before running it, make sure
that you have copied \group\Example.zip to c:\data\Example.zip to your device.
The article that explains this example can be found at
http://www.antonypranata.com/articles.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?