C in a Nutshell: The Definitive Reference, 2/e (Paperback)
暫譯: C語言精要:權威參考手冊,第2版(平裝本)

Peter Prinz, Tony Crawford

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

相關主題

商品描述

The new edition of this classic O’Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along with a typical example.

Ideal for experienced C and C++ programmers, this book also includes popular tools in the GNU software collection. You’ll learn how to build C programs with GNU Make, compile executable programs from C source code, and test and debug your programs with the GNU debugger.

In three sections, this authoritative book covers:

  • C language concepts and language elements, with separate chapters on types, statements, pointers, memory management, I/O, and more
  • The C standard library, including an overview of standard headers and a detailed function reference
  • Basic C programming tools in the GNU software collection, with instructions on how use them with the Eclipse IDE

商品描述(中文翻譯)

這本經典的 O'Reilly 參考書的新版本提供了 C 語言及其執行時庫中每個功能的清晰且詳細的解釋,包括多執行緒、類型通用宏以及 2011 年 C 標準(C11)中新增加的庫函數。如果您想了解一個不熟悉的函數的效果,以及標準庫要求它的行為,您可以在這裡找到相關資訊,並附有典型的範例。

這本書非常適合有經驗的 C 和 C++ 程式設計師,還包括 GNU 軟體集合中的流行工具。您將學習如何使用 GNU Make 建立 C 程式,從 C 原始碼編譯可執行程式,並使用 GNU 調試器測試和除錯您的程式。

這本權威的書籍分為三個部分,涵蓋了:

- **C 語言概念和語言元素**,包括有關類型、語句、指標、記憶體管理、輸入/輸出等的獨立章節
- **C 標準庫**,包括標準標頭的概述和詳細的函數參考
- **GNU 軟體集合中的基本 C 程式設計工具**,並提供如何在 Eclipse IDE 中使用它們的指導