C++ in 24 Hours, Sams Teach Yourself (6th Edition)

Rogers Cadenhead, Jesse Liberty

  • 出版商: SAMS
  • 出版日期: 2016-08-03
  • 售價: $1,225
  • 貴賓價: 9.5$1,164
  • 語言: 英文
  • 頁數: 480
  • 裝訂: Paperback
  • ISBN: 0672337460
  • ISBN-13: 9780672337468
  • 相關分類: C++ 程式語言
  • 立即出貨 (庫存=1)

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

商品描述

Sams Teach Yourself C++ in 24 Hours is a hands-on guide to the C++ programming language. Readers are provided with short, practical examples that illustrate key concepts, syntax, and techniques.

Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you’ve created, to what’s new in C++14.

Step-by-step instructions carefully walk you through the most common C++ programming tasks
Quizzes and exercises at the end of each chapter help you test yourself to make sure you’re ready to go on

Learn how to...
  • Install and use a C++ compiler for Windows, Mac OS X, or Linux
  • Build object-oriented programs in C++
  • Master core C++ concepts such as functions and classes
  • Add rich functionality with templates and lambda expressions
  • Debug your programs for flawless code
  • Learn exception and error-handling techniques
  • Put to use the new features in C++14, the latest version of the language
  • Create and use templates
  • Control program flow with loops
  • Store information in arrays and strings
  • Declare and use pointers
  • Use operator overloading
  • Extend classes with inheritance
  • Use polymorphism and derived classes
  • Employ object-oriented analysis and design

商品描述(中文翻譯)

《Sams Teach Yourself C++ in 24 Hours》是一本關於C++程式語言的實作指南。本書提供了簡短、實用的範例,以說明關鍵概念、語法和技巧。

透過直接的方法,這本快速且友善的教學指南教導讀者從安裝和使用編譯器,到除錯自己所創建的程式,以及C++14的最新功能,所需的一切知識。

逐步的指示仔細引導讀者完成最常見的C++程式設計任務。每章結束時的測驗和練習可以幫助讀者自我測試,確保自己已經準備好繼續學習。

學習如何...
- 在Windows、Mac OS X或Linux上安裝和使用C++編譯器
- 在C++中建立物件導向程式
- 掌握核心C++概念,如函數和類別
- 使用模板和lambda表達式添加豐富功能
- 調試程式以獲得完美的程式碼
- 學習例外處理和錯誤處理技巧
- 使用C++14的新功能
- 創建和使用模板
- 使用迴圈控制程式流程
- 在陣列和字串中儲存資訊
- 宣告和使用指標
- 使用運算符重載
- 通過繼承擴展類別
- 使用多型和衍生類別
- 運用物件導向分析和設計方法