English 中文(简体)
符号学习
原标题:symbian learning [closed]
  • 时间:2010-10-26 04:32:03
  •  标签:
  • symbian

我们不允许为书籍、工具、软件库等寻求推荐的问题。你可以编辑这个问题,以便用事实和引文来回答。

Closed 5 years ago.

我对这个Symbian C++非常陌生。我想非常清楚和敏锐地学习符号++。你能帮我参考一下这本书吗?这是学习Symbian C++的有效书籍。

提前谢谢。

最佳回答

有很多头衔。最好的是“Symbian C++解释”。这不是最新的,但这里的所有信息仍然有效。有人宣布将有第二版,但它从未出版。。。

然后有两个质量相似的标题(您应该至少拥有其中一个)为Symbian OS第二版开发软件适用于移动电话的Symbian操作系统C++

作为一个快速参考指南,标题经认可的Symbian开发人员入门

我读过所有这些书,它们都很好。

正如你可能注意到的那样,大约从Symbian^1开始(但Qt也适用于较旧的操作系统版本),对Qt的支持也在不断增加,而且由于Symbian^4,Qt将是创建用户界面的唯一途径,所以最好也开始看一些Qt书。有一个与Symbian移动开发有关,名为Symbian上的Qt

我认为至少一年的阅读量就足够了:)

BR STeN

问题回答

如果你真的有兴趣学习原版Symbian C++(也许还有最常见的Symbian操作系统API),那么我完全同意STeN的评论。然而,最初的Symbian C++都是支持“离开”功能(由于缺乏C++例外)和“两阶段”对象构建(实际上只是出于相同的原因)。剩下的只是一些基本的SymbianOSAPI和SymbianOSconsepts(如描述符、Symbian应用程序结构和活动对象机制)。还需要了解Symbian内部C++实用程序库“User”的基本知识,才能为Symbian操作系统制作一些有用的程序。

在过去的几年里,Symbian操作系统的开发人员在支持现代C++方面做了很多工作,除了在Symbian操作程序的最新版本上支持STL(以及一些其他有用的库)。此外,Symbian操作系统上的开发人员还可以使用纯C。这一切都是为了更容易地移植Symbian C++世界之外的应用程序。Qt框架就是这样一个成功移植的例子。

无论如何,诺基亚有一个很好的快照从书“认可的塞班开发入门”提供在线:http://www.developer.nokia.com/Community/Wiki/Fundamentals_of_Symbian_C%2B%2B

开始使用Symbian C++和一些最重要的Symbian操作系统API真的很好。





相关问题
can J2ME access camera(image capture) event from N73 device

I am working on project where I need to catch the image capture event. It s for nokia N73 having platform S60 3rd edition. Is there any possible way using J2ME only (without using symbian). ...

CDirScan function NextL raises KERN-EXEC 0

CDirScan function NextL raises "Main Panic KERN-EXEC 0" if it is not called right away SetScanDataL() (i.e. if it is called later within the same active object after another event) f1() - called ...

Unique id of files and monitoring file system changes

Do files or folders on S60 have some unique id value that can identify them? I would like to have an id that can be later used to extract full path of a file or folder. Is this achievable? If not, ...

Symbian Development

I am currently doing iphone development. I wish to do development in the Symbian platform too. Rather than Java i am familiar with CPP. Can you please help me by giving me some advice to get start in ...

Displaying CAknInformationNote on device

I am fetching the call-logs, appending them on information note using: CAknInformationNote* note = new (ELeave) CAknInformationNote; note->ExecuteLD(callLogs); I perfectly run on emulator (show ...

Memory full on calling a method through its method pointer

I have a method pointer like below: typedef void (MMsnInternalCallBacks::* FuncPtr)(); FuncPtr iSoapActionComplete; I call the method below through the pointer iSoapActionComplete like below:...

热门标签