common.h
来自「symbian的S60平台上文件处理的例子」· C头文件 代码 · 共 20 行
H
20 行
/* ====================================================================
* File: Common.h
* Created: 15/06/06
* Author:
*
* Contains common constants for the example.
*
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef ___COMMON_H__
#define ___COMMON_H__
//How many characters to read from the file
const TInt KTextLengthToRead = 20;
#endif //___COMMON_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?