A First Book of ANSI C, 4/e
Gary J. Bronson
- 出版商: Course Technology
- 出版日期: 2006-01-01
- 售價: $830
- 貴賓價: 9.8 折 $813
- 語言: 英文
- 頁數: 768
- 裝訂: Paperback
- ISBN: 1418835560
- ISBN-13: 9781418835569
無法訂購
買這商品的人也買了...
-
$490$417 -
$490$417 -
$890$703 -
$880$695 -
$880$581 -
$540$427 -
$780$741 -
$3,026$2,875 -
$650$507 -
$550$468 -
$980$774 -
$1,200$1,176 -
$880$695 -
$750$593 -
$780$616 -
$620$490 -
$500$395 -
$990$891 -
$600$480 -
$2,340$2,223 -
$980$774 -
$490$417 -
$680$537 -
$890$757 -
$850$723
相關主題
商品描述
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