C All-in-One Desk Reference for Dummies
暫譯: C 語言全方位參考手冊(傻瓜書系列)
Dan Gookin
- 出版商: Hungry Minds
- 出版日期: 2004-09-03
- 售價: $1,640
- 貴賓價: 9.5 折 $1,558
- 語言: 英文
- 頁數: 840
- 裝訂: Paperback
- ISBN: 0764570692
- ISBN-13: 9780764570698
-
相關分類:
C 程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,800$1,710 -
$980$774 -
$750$638 -
$620$527 -
$990$782 -
$1,890$1,796 -
$590$460 -
$620$527 -
$580$452 -
$680$578 -
$880$695 -
$780$663 -
$450$351 -
$680$578 -
$550$468 -
$690$538 -
$550$468 -
$1,200$948 -
$880$695 -
$600$480 -
$620$527 -
$650$507 -
$650$507 -
$530$199 -
$2,375The C Programming Language, 2/e (美國原版)
商品描述
Description:
* Covers everything users need to get up to speed on C programming, including advanced topics to take their programming skill to the next level
* Walks C programmers through the entire development cycle of a C program-designing and developing the program, writing source code, compiling the code, linking the code to create the executable programs, debugging, and deployment
* Provides thorough coverage of keywords, program flow, conditional statements, constants and variables, numeric values, arrays, strings, functions, pointers, debugging, prototyping, and much more
* Addresses some advanced programming topics such as graphics and game programming as well as Windows and Linux programming
* Includes dozens of sample programs that readers can adapt and modify for their own uses
* Written by the author of the first-ever For Dummies book-a man known for his ability to take complex material and present it in a way that makes it simple and fun
Table of Contents:
Introduction.
Book I: Hello, C.
Chapter 1: Your Basic C Program.
Chapter 2: How It All Works.
Chapter 3: More Basics, Comments, and Errors.
Chapter 4: Introducing Numbers and Variables.
Chapter 5: More Variables and Basic I/O.
Chapter 6: Decision Time.
Chapter 7: Looping.
Chapter 8: Using Constants.
Chapter 9: Mysterious Math.
Chapter 10: It’s Only Logical.
Book II: Middle C.
Chapter 1: Variables from Beyond Infinity.
Chapter 2: The Madness of Printf( ).
Chapter 3: Maniacal Math Functions.
Chapter 4: Not Truly Random.
Chapter 5: While Going Loopy.
Chapter 6: More Decision Making.
Chapter 7: The Goto Chapter.
Book III: Above C Level.
Chapter 1: Asking for Arrays.
Chapter 2: I Sing of Strings.
Chapter 3: Messing with Characters.
Chapter 4: Stinkin’ Structures.
Chapter 5: Creating Your Own Functions.
Chapter 6: Quitting Before You’re Done.
Chapter 7: More Variable Nonsense.
Book IV: Advanced C.
Chapter 1: Introduction to Evil Pointers.
Chapter 2: Getting to the *Point.
Chapter 3: Binary Bits.
Chapter 4: The Myth of the Array.
Chapter 5: Pointers and Strings.
Chapter 6: Crazy Arrays of Pointers.
Chapter 7: Functions and Pointers.
Chapter 8: Structures, Pointers, and the Malloc Deity.
Chapter 9: Does Anyone Have the Time?
Chapter 10: Building Big Programs.
Chapter 11: Help!
Book V: Disk Drive C.
Chapter 1: Just Your Standard I/O.
Chapter 2: Interacting with the Command Line.
Chapter 3: Hello, Disk!
Chapter 4: More Formal File Writing and Reading.
Chapter 5: Random Access Files.
Chapter 6: Folder Folderol.
Chapter 7: Under New File Management.
Book VI: The Joy of Linked Lists.
Chapter 1: Why Linked Lists?
Chapter 2: Dawn of the Database.
Chapter 3: Storing a Linked List on Disk.
Chapter 4: The Nightmare of the Double-Linked List.
Book VII: Appendixes.
Appendix A: The Stuff You Need to Know before Reading Everything Else in This Book.
Appendix B: ASCII Table.
Appendix C: Answers to Exercises.
Appendix D: C Language Keywords and Operators.
Appendix E: C Language Variable Types.
Appendix F: Escape Sequences.
Appendix G: Conversion Characters.
Index.
商品描述(中文翻譯)
**描述:**
* 涵蓋用戶需要了解 C 語言編程的所有內容,包括進階主題,以提升他們的編程技能
* 引導 C 程式設計師完成 C 程式的整個開發週期——設計和開發程式、編寫源代碼、編譯代碼、鏈接代碼以創建可執行程式、除錯和部署
* 提供關鍵字、程式流程、條件語句、常數和變數、數值、陣列、字串、函數、指標、除錯、原型設計等的全面覆蓋
* 涉及一些進階編程主題,如圖形和遊戲編程,以及 Windows 和 Linux 編程
* 包含數十個範例程式,讀者可以根據自己的需求進行調整和修改
* 由首本《For Dummies》書籍的作者撰寫——這位作者以能夠將複雜的材料簡化並以有趣的方式呈現而聞名
**目錄:**
引言。
書籍 I:你好,C。
第 1 章:你的基本 C 程式。
第 2 章:它是如何運作的。
第 3 章:更多基礎、註解和錯誤。
第 4 章:介紹數字和變數。
第 5 章:更多變數和基本 I/O。
第 6 章:決策時刻。
第 7 章:循環。
第 8 章:使用常數。
第 9 章:神秘的數學。
第 10 章:這是邏輯。
書籍 II:中音 C。
第 1 章:來自無限的變數。
第 2 章:Printf( ) 的瘋狂。
第 3 章:瘋狂的數學函數。
第 4 章:不是真正的隨機。
第 5 章:在循環中。
第 6 章:更多的決策。
第 7 章:Goto 章節。
書籍 III:超越 C 級。
第 1 章:請求陣列。
第 2 章:我歌頌字串。
第 3 章:與字符作鬧。
第 4 章:臭名昭著的結構。
第 5 章:創建自己的函數。
第 6 章:在完成之前退出。
第 7 章:更多變數的胡言亂語。
書籍 IV:進階 C。
第 1 章:邪惡指標介紹。
第 2 章:到達 *Point。
第 3 章:二進位位元。
第 4 章:陣列的神話。
第 5 章:指標和字串。
第 6 章:瘋狂的指標陣列。
第 7 章:函數和指標。
第 8 章:結構、指標和 Malloc 神。
第 9 章:有人知道時間嗎?
第 10 章:構建大型程式。
第 11 章:救命!
書籍 V:磁碟驅動器 C。
第 1 章:標準 I/O。
第 2 章:與命令行互動。
第 3 章:你好,磁碟!
第 4 章:更正式的文件寫入和讀取。
第 5 章:隨機存取文件。
第 6 章:資料夾的雜事。
第 7 章:在新的文件管理下。
書籍 VI:鏈結串列的樂趣。
第 1 章:為什麼選擇鏈結串列?
第 2 章:資料庫的曙光。
第 3 章:在磁碟上儲存鏈結串列。
第 4 章:雙鏈結串列的噩夢。
書籍 VII:附錄。
附錄 A:在閱讀本書其他內容之前需要知道的東西。
附錄 B:ASCII 表。
附錄 C:練習題答案。
附錄 D:C 語言關鍵字和運算符。
附錄 E:C 語言變數類型。
附錄 F:轉義序列。
附錄 G:轉換字符。
索引。