C++ Primer, 5/e (美國原版)

Stanley B. Lippman, Josée Lajoie, Barbara E. Moo

  • 出版商: Addison Wesley
  • 出版日期: 2012-08-06
  • 定價: $2,400
  • 售價: 9.5$2,280
  • 語言: 英文
  • 頁數: 976
  • 裝訂: Paperback
  • ISBN: 0321714113
  • ISBN-13: 9780321714114
  • 相關分類: C++ 程式語言
  • 相關翻譯: C++ Primer, 5/e (簡體中文版) (簡中版)
    C++ Primer, 5/e (繁體中文版) (繁中版)
  • 銷售排行: 👍 2018 年度 英文書 銷售排行 第 14 名
    👍 2017 年度 英文書 銷售排行 第 16 名
    👍 2016 年度 英文書 銷售排行 第 7 名

    立即出貨

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

商品描述

<內容簡介>

While maintaining the authority and quality of a book that has sold more than 500,000 copies, this Fifth edition is not your father's C++ Primer. It has been completely revised and rewritten to conform to today's C++ usage. and to cover the recently released C++ 2011 standard. Students new to C++ will find a clear and practically organized introduction to the language enhanced by numerous pedagogical aids. Students returning to C++ will be able to update their knowledge with new material on using C++ libraries and programming styles.

Features

  A best-seller completely revised and rewritten for the new C++ 2011 standard

  A favorite choice for a first C++ book--greatly improved and updated for modern C++ programming.

  Reorganized to better address the novice audience, making it more approachable for non-C programmers.

  Features many new examples that are less advanced and more accessible to novices as well as experienced programmers--folks who already use C++ need this book too.

New to This Edition
Updated for the new C++ standard.

<章節目錄>

Chapter 1: Getting Started
Part I: The Basics
Chapter 2: Variables and Basic Types
Chapter 3: Strings, Vectors, and Arrays
Chapter 4: Expressions
Chapter 5: Statements
Chapter 6: Functions
Chapter 7: Classes
Part II: The C++ Library
Chapter 8: The IO Library
Chapter 9: Sequential Containers
Chapter 10: Generic Algorithms
Chapter 11: Associative Containers
Chapter 12: Dynamic Memory
Part III: Tools for Class Authors
Chapter 13: Copy Control
Chapter 14: Overloaded Operations and Conversions
Chapter 15: Object-Oriented Programming
Chapter 16: Templates and Generic Programming
Part IV: Advanced Topics
Chapter 17: Specialized Library Facilities
Chapter 18: Tools for Large Programs
Chapter 19: Specialized Tools and Techniques

商品描述(中文翻譯)

這是一本已售出超過50萬本的書籍,第五版已經完全修訂和重寫,以符合當今的C++使用方式,並涵蓋最近發布的C++ 2011標準。對於初學C++的學生來說,這本書提供了清晰且組織良好的語言介紹,並配有許多教學輔助工具。對於已經熟悉C++的學生,他們可以通過本書中關於使用C++庫和編程風格的新材料來更新他們的知識。

特點:
- 這是一本暢銷書,完全修訂和重寫以符合新的C++ 2011標準。
- 這是初學C++的人的首選書籍,經過大幅改進和更新,適用於現代C++編程。
- 重新組織以更好地滿足初學者的需求,使其對非C程式設計師更易於理解。
- 提供了許多新的例子,這些例子對初學者和有經驗的程式設計師來說更為基礎和易於理解,已經使用C++的人也需要這本書。

新版特點:
- 更新了新的C++標準。

章節目錄:
第1章:入門
第I部分:基礎知識
第2章:變數和基本類型
第3章:字符串、向量和數組
第4章:表達式
第5章:語句
第6章:函數
第7章:類
第II部分:C++庫
第8章:IO庫
第9章:順序容器
第10章:通用算法
第11章:關聯容器
第12章:動態內存
第III部分:類作者的工具
第13章:拷貝控制
第14章:重載操作和轉換