C++ Demystified (Paperback)

Jeff Kent

  • 出版商: McGraw-Hill Education
  • 出版日期: 2004-05-17
  • 售價: $1,150
  • 貴賓價: 9.5$1,093
  • 語言: 英文
  • 頁數: 368
  • 裝訂: Paperback
  • ISBN: 0072253703
  • ISBN-13: 9780072253702
  • 相關分類: C++ 程式語言
  • 海外代購書籍(需單獨結帳)

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

商品描述

Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.

           

    1: How a C++ Program Works
    2: Memory and Data Types
    3: Variables
    4: Arithmetic Operators
    5: Making Decisions: if and switch Statements
    6: Nested if Statements and Logical Operators
    7: The For Loop
    8: While and Do While Loops
    9: Functions
    10: Arrays
    11: What’s the Address? Pointers
    12: Character, C-String, and C++ String Class Functions
    13: Persistent Data: File Input and Output
    14: The Road Ahead: Structures and Classes

    A: Final Exam
    B: Answers to Quizzes and Final Exam

商品描述(中文翻譯)

這是一本易於理解的C++程式設計指南,內容包含最少的技術術語、逐步討論以及每章結尾的測驗。快速了解程式語言的定義和C++的結構,然後立即跳入專家指導下創建自己的程式。在學習過程中,還會探索函數、物件、編譯器、連結器等等。如果您想快速且輕鬆地理解C++的基礎知識,這是您所需要的資源。

目錄:
1: C++程式的運作方式
2: 記憶體和資料類型
3: 變數
4: 算術運算子
5: 做決策:if和switch語句
6: 巢狀if語句和邏輯運算子
7: for迴圈
8: while和do while迴圈
9: 函數
10: 陣列
11: 位址是什麼?指標
12: 字元、C字串和C++字串類別函數
13: 持久性資料:檔案輸入和輸出
14: 未來之路:結構和類別

附錄:
A: 期末考試
B: 測驗和期末考試的答案