📄 readme.txt
字号:
// --------------------------------------------------------------------------
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -