Symbian OS Explained: Effective C++ Programming for Smartphones (Paperback)

Jo Stichbury

  • 出版商: Wiley
  • 出版日期: 2005-01-04
  • 定價: $2,275
  • 售價: 5.0$1,138
  • 語言: 英文
  • 頁數: 392
  • 裝訂: Paperback
  • ISBN: 0470021306
  • ISBN-13: 9780470021309
  • 相關分類: C++ 程式語言
  • 立即出貨(限量) (庫存=8)

買這商品的人也買了...

商品描述

Description:

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.

 

Table of Contents:

Foreword.

About This Book.

Author Biography.

Author’s Acknowledgments.

Symbian Press Acknowledgments.

Innovation Through Openness.

Item 1: Class name conventions on Symbian OS.

Item 2: Leaves – Symbian OS Exceptions.

Item 3: The cleanup stack.

Item 4: Two-phase construction.

Item 5: Descriptors – Symbian OS strings.

Item 6: Good descriptor style.

Item 7: Dynamic arrays and buffers.

Item 8: Event-driven multitasking using active objects.

Item 9: Active objects under the hood.

Item 10: Symbian OS threads and processes.

Item 11: The client-server framework in theory.

Item 12: The client-server framework in practice.

Item 13: Binary types.

Item 14: ECOM.

Item 15: Panics.

Item 16: Bug detection using ASSERTs.

Item 17: Debug macros and test classes.

Item 18: Compatibility.

Item 19: Thin templates.

Item 20: Expose a comprehensive and comprehensible API.

Item 21: Good code style.

Appendices.

Bibliography.

Glossary.

Index.

商品描述(中文翻譯)

描述:
這本書解釋了Symbian OS的主要特點,並幫助您撰寫有效的C++代碼。它專注於適用於Symbian OS的良好C++風格方面。書中使用了21個項目來針對操作系統的特定方面,並提供了編碼基礎的簡單直接的探索。通過使用示例代碼和最佳實踐的描述來解構Symbian OS,這些項目指導您應該做什麼和不應該做什麼(以及為什麼),同時指出常見的錯誤。涵蓋的技術包括:客戶端-服務器架構、描述符和動態容器、活動對象、線程和進程、異常處理、清理堆棧和2階段構造、薄模板、良好的API設計、內存優化、調試和測試宏、ECOM插件框架。《Symbian OS Explained》可以從頭到尾閱讀,也可以作為改進使用Symbian OS編程時代碼風格的參考資料。

目錄:
前言。
關於本書。
作者簡介。
作者致謝。
Symbian Press致謝。
通過開放創新。
項目1:Symbian OS的類名慣例。
項目2:異常處理- Symbian OS異常。
項目3:清理堆棧。
項目4:兩階段構造。
項目5:描述符- Symbian OS字符串。
項目6:良好的描述符風格。
項目7:動態數組和緩衝區。
項目8:使用活動對象進行事件驅動的多任務處理。
項目9:活動對象的內部機制。
項目10:Symbian OS線程和進程。
項目11:理論上的客戶端-服務器框架。
項目12:實踐中的客戶端-服務器框架。
項目13:二進制類型。
項目14:ECOM。
項目15:Panic。
項目16:使用ASSERT進行錯誤檢測。
項目17:調試宏和測試類。
項目18:兼容性。
項目19:薄模板。
項目20:公開全面且易於理解的API。