C All-in-One Desk Reference for Dummies
            
暫譯: C 語言全方位參考手冊(傻瓜書系列)
        
        Dan Gookin
- 出版商: Hungry Minds
- 出版日期: 2004-09-03
- 售價: $1,620
- 貴賓價: 9.5 折 $1,539
- 語言: 英文
- 頁數: 840
- 裝訂: Paperback
- ISBN: 0764570692
- ISBN-13: 9780764570698
- 
    相關分類:
    
      C 程式語言
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   A Book on C: Programming in C, 4/e (Paperback) A Book on C: Programming in C, 4/e (Paperback)$1,800$1,764
- 
                
                   Linux 技術手冊 (Running Linux, 4/e) Linux 技術手冊 (Running Linux, 4/e)$980$774
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   Word 排版藝術 Word 排版藝術$620$490
- 
                
                   Windows 程式設計使用 MFC (Programming Windows with MFC, 2/e) Windows 程式設計使用 MFC (Programming Windows with MFC, 2/e)$990$782
- 
                
                   Hardening Network Security Hardening Network Security$1,870$1,777
- 
                
                   Struts 333個應用範例技巧大全集 Struts 333個應用範例技巧大全集$590$460
- 
                
                   Linux iptables 技術實務─防火牆、頻寬管理、連線管制 Linux iptables 技術實務─防火牆、頻寬管理、連線管制$620$527
- 
                
                   JBoss 入門與應用-EJB 與 Web Services 開發手冊 JBoss 入門與應用-EJB 與 Web Services 開發手冊$580$452
- 
                
                   Matlab 7 程式設計 Matlab 7 程式設計$680$578
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   鳥哥的 Linux 私房菜基礎學習篇, 2/e 鳥哥的 Linux 私房菜基礎學習篇, 2/e$780$663
- 
                
                   Ajax 與 Google Map API 入門實作 Ajax 與 Google Map API 入門實作$450$351
- 
                
                   Microsoft SQL Server 2005 管理實務 Microsoft SQL Server 2005 管理實務$680$578
- 
                
                   SQL 語法範例辭典 SQL 語法範例辭典$550$468
- 
                
                   MySQL 5 徹底研究, 3/e (The Definitive Guide to MySQL 5, 3/e) MySQL 5 徹底研究, 3/e (The Definitive Guide to MySQL 5, 3/e)$690$538
- 
                
                   Linux C 函式庫詳解辭典 Linux C 函式庫詳解辭典$550$468
- 
                
                   Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e) Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948
- 
                
                   深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design) 深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695
- 
                
                   現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜 現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480
- 
                
                   大話設計模式 大話設計模式$620$490
- 
                
                   Visual C# 2008 程式設計實例演練與系統開發 Visual C# 2008 程式設計實例演練與系統開發$650$507
- 
                
                   Windows Device Driver Programming 驅動程式設計 Windows Device Driver Programming 驅動程式設計$650$553
- 
                
                   Google!Android 手機應用程式設計入門, 2/e Google!Android 手機應用程式設計入門, 2/e$530$199
- 
                
                   The C Programming Language, 2/e (Paperback) The C Programming Language, 2/e (Paperback)$2,530$2,479
商品描述
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:轉換字符。  
索引。  

 
     
     
     
     
     
    
 
    
 
     
     
    
 
    
 
    
 
    
 
     
    
 
     
    
 
     
    
 
     
    
