A First Book of ANSI C, 4/e
暫譯: ANSI C 程式設計入門(第4版)

Gary J. Bronson

  • 出版商: Course Technology
  • 出版日期: 2006-01-01
  • 售價: $830
  • 貴賓價: 9.8$813
  • 語言: 英文
  • 頁數: 768
  • 裝訂: Paperback
  • ISBN: 1418835560
  • ISBN-13: 9781418835569
  • 無法訂購

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

商品描述

Overview

This fourth edition of Gary Bronson's classic text implements the C99 standard in all discussion and example programs. An early emphasis on software engineering and top-down modular program development makes the material readily accessible to novice programmers. Early introduction and careful development of pointers demonstrate the power of good programming. The new edition features a new Common Compiler Errors feature in each chapter, and all material has been updated for currency and readability.

 

Table of Contents

PART ONE: FUNDAMENTALS
1. Introduction to Computer Programming
2. Getting Started in C Programming
3. Processing and Interactive Input
PART TWO: FLOW OF CONTROL
4. Selection
5. Repetition
6. Modularity Using Functions: Part I
7. Modularity Using Functions: Part II
PART THREE: COMPLETING THE BASICS
8. Arrays
9. Character Strings
10. Data Files
PART FOUR: ADDITIONAL TOPICS
11. Arrays, Addresses, and Pointers
12. Structures
13. Dynamic Data Structures
14. Additional Capabilities
15. A Brief Introduction to C++
16. Fundamentals of C++ (Online Only)
17. Additional C++ Class Capabilities (Online Only)
Appendices
A: Operator Precedence Table
B: ASCII Character Codes
C: Standard C Library
D: Input, Output, and Standard Error Redirection
E: Floating-Point Number Storage
F: Creating a Personal Library
G: Solutions to Short Answer Questions

商品描述(中文翻譯)

**概述**
這是 Gary Bronson 經典教材的第四版,所有討論和範例程式均遵循 C99 標準。早期強調軟體工程和自上而下的模組化程式開發,使得這些材料對初學者程式設計師來說非常容易理解。早期引入並仔細發展指標,展示了良好程式設計的威力。新版本在每一章中新增了「常見編譯器錯誤」的特點,所有材料均已更新以保持時效性和可讀性。

**目錄**
第一部分:基礎
1. 電腦程式設計簡介
2. C 程式設計入門
3. 處理與互動輸入
第二部分:控制流程
4. 選擇
5. 重複
6. 使用函數的模組化:第一部分
7. 使用函數的模組化:第二部分
第三部分:完成基礎
8. 陣列
9. 字元字串
10. 資料檔案
第四部分:附加主題
11. 陣列、地址與指標
12. 結構
13. 動態資料結構
14. 附加功能
15. C++ 簡介
16. C++ 基礎(僅限線上)
17. 附加 C++ 類別功能(僅限線上)
附錄
A: 運算子優先順序表
B: ASCII 字元碼
C: 標準 C 函式庫
D: 輸入、輸出及標準錯誤重定向
E: 浮點數儲存
F: 創建個人函式庫
G: 簡答題解答