Symbian
jxst051665
这个作者很懒,什么都没留下…
展开
-
Symbian Cpp基础语法要点(1)
There are two places in Symbian OS where you can create objects:the heap and the program stack.In Symbian OS, classes that are intended to be instantiated on the heapare nearly always derived原创 2009-09-01 08:54:00 · 656 阅读 · 0 评论 -
Symbian Cpp基础语法要点(2)
Use:? const TDesC& to pass a descriptor for data that you will read from,but not attempt to change? TDes& to pass a descriptor for data that you want to change.Take this global function called原创 2009-09-18 10:16:00 · 497 阅读 · 0 评论 -
Symbian有待理解的部分
As we’ve seen, deleting an object is simply a matter of using the deleteoperator on a pointer to the object to be deleted. If a pointer is alreadyzero, then calling delete on it is harmless. Howev原创 2009-09-18 10:17:00 · 602 阅读 · 0 评论