曾阳

博客园 首页 新随笔 联系 订阅 管理

typedef TBufC TBufParam; _LIT(KText1, "Hello world 1"); _LIT(KText2, "Hello world 2"); RArray array; array.Append(KText1()); array.Append(KText2()); console->Write(array[0]); array.Reset(); array.Close()TBuf 字符串示例还可以写其他描述符字符串用类似的写法

posted on 2010-05-21 14:37  曾阳  阅读(328)  评论(0)    收藏  举报