This book explains the key features of Symbian OS and will help you to write effective C++ code. It focuses on aspects of good C++ style that apply particularly to Symbian OS.21 items are used to target particular aspects of the operating system and provide a simple and straightforward exploration o
Symbian OS Explained. Effective C++ Programming For Smartphones
β Scribed by Jo Stichbury
- Publisher
- Wiley
- Year
- 2005
- Tongue
- English
- Leaves
- 394
- Series
- Symbian Press
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
This book explains the key features of Symbian OS and will help you to write effective C++ code. It focuses on aspects of good C++ style that apply particularly to Symbian OS.
21 items are used to target particular aspects of the operating system and provide a simple and straightforward exploration of coding fundamentals. Using example code and descriptions of best practice to deconstruct Symbian OS, the items guide you to what you should and should not do (and why), pointing out commonly-made mistakes along the way.
Technologies covered include:
- client-server architecture
- descriptors and dynamic containers
- active objects, threads and processes
- leaves, cleanup stack and 2-phase construction
- thin templates, good API design, memory optimization, debug and test macros
- the ECOM plug-in framework
Symbian OS Explained can be read cover-to-cover or dipped into as a reference that will improve your code style when programming with Symbian OS.
π SIMILAR VOLUMES
The only guide for developersΒ and power users on how to build PC connectivity applications for Symbian OS. This unique handbook provides all the information that is needed for the job.Fully worked examples and a do's and don'ts section provide design recommendations and expose common pitfalls giving
The overall goal of this book is to provide introductory coverage of Symbian OS and get developers who have little or no knowledge of Symbian OS developing as quickly as possible.A clear and concise text on how Symbian OS architecture works and the core programming techniques and concepts needed to
The only guide for developers and power users on how to build PC connectivity applications for Symbian OS. This unique handbook provides all the information that is needed for the job. * Fully worked examples and a do's and don'ts section provide design recommendations and expose common pitfalls giv
This is a good Symbian programming book. It provides solutions to many common mobile programming tasks and can also enhance your awareness of existing Symbian facilities. Symbian is a feature-rich operating system and it being a mobile OS has many constraints. With each Recipe the book summarizes