C Programming Absolute Beginner's Guide, 3/e (Paperback)

Greg Perry, Dean Miller

  • 出版商: QUE
  • 出版日期: 2013-08-07
  • 售價: $1,250
  • 貴賓價: 9.5$1,188
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 0789751984
  • ISBN-13: 9780789751980
  • 相關分類: C 程式語言
  • 海外代購書籍(需單獨結帳)

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

商品描述

Updated for C11


Write powerful C programs…without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple!


Who knew how simple C programming could be?


This is today’s best beginner’s guide to writing C programs–and to learning skills you can use with practically any language. Its simple, practical instructions will help you start creating useful, reliable C code, from games to mobile apps. Plus, it’s fully updated for the new C11 standard and today’s free, open source tools! Here’s a small sample of what you’ll learn:


• Discover free C programming tools for Windows, OS X, or Linux

• Understand the parts of a C program and how they fit together

• Generate output and display it on the screen

• Interact with users and respond to their input

• Make the most of variables by using assignments and expressions

• Control programs by testing data and using logical operators

• Save time and effort by using loops and other techniques

• Build powerful data-entry routines with simple built-in functions

• Manipulate text with strings

• Store information, so it’s easy to access and use

• Manage your data with arrays, pointers, and data structures

• Use functions to make programs easier to write and maintain

• Let C handle all your program’s math for you

• Handle your computer’s memory as efficiently as possible

• Make programs more powerful with preprocessing directives

商品描述(中文翻譯)

更新至 C11 版本

這本書是學習 C 語言最快速的方式,一步一步地讓您舒適地掌握 C,而不需要成為技術專家!您將學習所有基礎知識:如何組織程式、儲存和顯示資料、處理變數、運算子、輸入/輸出、指標、陣列、函式等等。學習 C 程式設計從未如此簡單!

誰知道 C 程式設計可以如此簡單呢?

這是今天最好的初學者指南,教您撰寫 C 程式並學習可應用於任何程式語言的技能。這本書提供簡單實用的指導,幫助您開始創建有用且可靠的 C 程式碼,從遊戲到行動應用程式都適用。此外,它完全更新至新的 C11 標準和今天的免費開源工具!以下是您將學到的一小部分內容:

• 探索適用於 Windows、OS X 或 Linux 的免費 C 程式設計工具
• 了解 C 程式的各個部分及其相互關係
• 生成輸出並在螢幕上顯示
• 與使用者互動並回應其輸入
• 通過使用賦值和運算式充分利用變數
• 通過測試資料並使用邏輯運算子來控制程式
• 通過使用迴圈和其他技巧節省時間和精力
• 使用簡單的內建函式建立強大的資料輸入程式
• 使用字串操作文字
• 儲存資訊,以便輕鬆存取和使用
• 通過陣列、指標和資料結構來管理資料
• 使用函式使程式更易於撰寫和維護
• 讓 C 為您處理所有程式的數學運算
• 盡可能高效地處理電腦的記憶體
• 通過預處理指令使程式更強大