Beginning C, 5th Edition (Expert's Voice in C)
暫譯: 初學 C 語言(第五版)
Ivor Horton
- 出版商: Apress
- 出版日期: 2013-02-26
- 售價: $2,400
- 貴賓價: 9.5 折 $2,280
- 語言: 英文
- 頁數: 688
- 裝訂: Paperback
- ISBN: 1430248815
- ISBN-13: 9781430248811
已過版
相關主題
商品描述
Beginning C, 5th Edition teaches you how to program using the widely-available C language. You'll begin from first-principles and progress through step-by-step examples to become a competent, C-language programmer. All you need are this book and any of the widely available free or commercial C or C++ compilers, and you'll soon be writing real C programs.
C is a foundational language that every programmer ought to know. C is the basis for C# used in Microsoft .NET programming. It is the basis for Objective-C used in programming for the iPhone, the iPad, and other Apple devices. It is the basis for the C++ that is widely used in a great many contexts, including the GNU Project. It underlies the Linux operating system and many of its utilities. Learning C provides a strong foundation for any programming care, and will even help you better understand more modern languages such as Java.
Beginning C is written by renowned author Ivor Horton. The book increases your programming expertise by guiding you through the development of fully working C applications that use what you've learned in a practical context. You’ll also be able to strike out on your own by trying the exercises included at the end of each chapter. At the end of the book you'll be confident in your skills with all facets of the widely-used and powerful C language.
- The only beginning-level book to cover the latest ANSI standard in C
- Revised to cover C99 features newly-supported by language compilers
- Emphasizes writing code after the first chapter
- Includes substantial examples relevant to intermediate users
商品描述(中文翻譯)
《Beginning C, 5th Edition》教你如何使用廣泛可用的 C 語言進行程式設計。你將從基本原則開始,通過逐步的範例進展,成為一名合格的 C 語言程式設計師。你所需要的只有這本書和任何廣泛可用的免費或商業 C 或 C++ 編譯器,你很快就能編寫真正的 C 程式。
C 是每位程式設計師都應該了解的基礎語言。C 是 Microsoft .NET 程式設計中使用的 C# 的基礎。它是用於 iPhone、iPad 和其他 Apple 設備的 Objective-C 程式設計的基礎。它也是廣泛應用於許多上下文中的 C++ 的基礎,包括 GNU 專案。它是 Linux 作業系統及其許多工具的基礎。學習 C 為任何程式設計職業提供了堅實的基礎,甚至能幫助你更好地理解更現代的語言,如 Java。
《Beginning C》的作者是著名的 Ivor Horton。這本書通過指導你開發完整的 C 應用程式,使用你在實際情境中學到的知識,來提高你的程式設計專業技能。你還可以通過嘗試每章結尾的練習題來獨立探索。在書的最後,你將對自己在廣泛使用且強大的 C 語言各個方面的技能充滿信心。
- 唯一涵蓋最新 ANSI C 標準的入門書籍
- 修訂以涵蓋 C99 特性,這些特性已被語言編譯器新支持
- 強調在第一章後開始編寫程式碼
- 包含與中級使用者相關的實質範例