C++ from the Ground Up, 3/e
暫譯: 從基礎開始學習 C++ 第三版

Herbert Schildt

  • 出版商: McGraw-Hill Education
  • 出版日期: 2003-04-09
  • 售價: $2,190
  • 貴賓價: 9.5$2,081
  • 語言: 英文
  • 頁數: 624
  • 裝訂: Paperback
  • ISBN: 0072228970
  • ISBN-13: 9780072228977
  • 相關分類: C++ 程式語言
  • 已過版

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

商品描述

This excellent primer provides a plethora of C++ programming information for beginning to intermediate users on topics like classes, objects, expressions, arrays, pointers. Plus, it also covers advanced topics like inheritance, namespaces, STL, custom string class, and the Standard C++ Class Library. For users of all levels, this guide teaches with examples of source code and a thorough display of the results.

     

    1: The Story of C++
    2: An Overview of C++
    3: The Basic Data Types
    4: Program Control Statements
    5: Arrays and Strings
    6: Pointers
    7: Functions, Part One: The Fundamentals
    8: Functions, Part Two: References, Overloading, and Default Arguments
    9: More Data Types and Operators
    10: Structures and Unions
    11: Introducing the Class
    12: A Closer Look at Classes
    13: Operator Overloading
    14: Inheritance
    15: Virtual Functions and Polymorphism
    16: Templates
    17: Exception Handling
    18: The C++ I/O System
    19: Run-Time Type ID and the Casting Operators
    20: Namespaces and Other Advanced Topics
    21: Introducing the Standard Template Library
    22: The C++ Preprocessor

    A: C-Based I/O
    B: Working with an Older C++ Compiler
    C: The .NET Managed Extensions to C++

商品描述(中文翻譯)

這本優秀的入門書為初學者到中級使用者提供了大量的 C++ 程式設計資訊,涵蓋了類別、物件、表達式、陣列、指標等主題。此外,它還涉及了繼承、命名空間、STL、自訂字串類別以及標準 C++ 類別庫等進階主題。對於所有級別的使用者,本指南通過範例程式碼和結果的詳細展示進行教學。

目錄
1: C++ 的故事
2: C++ 概述
3: 基本資料類型
4: 程式控制語句
5: 陣列和字串
6: 指標
7: 函數,第一部分:基礎
8: 函數,第二部分:參考、重載和預設參數
9: 更多資料類型和運算符
10: 結構和聯合
11: 類別介紹
12: 更深入了解類別
13: 運算符重載
14: 繼承
15: 虛擬函數和多型
16: 模板
17: 異常處理
18: C++ 輸入/輸出系統
19: 執行時類型識別和轉換運算符
20: 命名空間和其他進階主題
21: 標準模板庫介紹
22: C++ 預處理器

A: 基於 C 的輸入/輸出
B: 使用舊版 C++ 編譯器
C: .NET 管理擴展到 C++