C All-in-One Desk Reference for Dummies
Dan Gookin
- 出版商: Hungry Minds
- 出版日期: 2004-09-03
- 售價: $1,610
- 貴賓價: 9.5 折 $1,530
- 語言: 英文
- 頁數: 840
- 裝訂: Paperback
- ISBN: 0764570692
- ISBN-13: 9780764570698
-
相關分類:
C 程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,800$1,710 -
$980$774 -
$750$593 -
$620$490 -
$990$782 -
$1,860$1,767 -
$590$460 -
$620$527 -
$580$452 -
$680$578 -
$880$695 -
$780$702 -
$450$351 -
$680$578 -
$550$468 -
$690$538 -
$550$468 -
$1,200$948 -
$880$616 -
$600$480 -
$620$527 -
$650$507 -
$650$507 -
$530$199 -
$2,540$2,413
相關主題
商品描述
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》系列書籍的作者撰寫,他以將複雜的材料以簡單有趣的方式呈現而聞名。
目錄:
- 引言
- 第一部分:你好,C
- 第1章:基本的C程式
- 第2章:它是如何運作的
- 第3章:更多基礎知識、註釋和錯誤
- 第4章:介紹數字和變量
- 第5章:更多變量和基本輸入/輸出
- 第6章:決策時間
- 第7章:循環
- 第8章:使用常數
- 第9章:神秘的數學
- 第10章:只是邏輯而已
- 第二部分:中級C
- 第1章:來自無限的變量
- 第2章:Printf()的瘋狂
- 第3章:瘋狂的數學函數
- 第4章:並非真正的隨機
- 第5章:循環中的循環
- 第6章:更多決策
- 第7章:Goto章節
- 第三部分:高級C
- 第1章:邪惡指針入門
- 第2章:進入*點
- 第3章:二進制位
- 第4章:數組的神話
- 第5章:指針和字符串
- 第6章:瘋狂的指針數組
- 第7章:函數