C in a Nutshell: The Definitive Reference, 2/e (Paperback)
暫譯: C語言精要:權威參考手冊,第2版(平裝本)
Peter Prinz, Tony Crawford
- 出版商: O'Reilly
- 出版日期: 2016-01-19
- 定價: $2,450
- 售價: 8.0 折 $1,960
- 語言: 英文
- 頁數: 824
- 裝訂: Paperback
- ISBN: 1491904755
- ISBN-13: 9781491904756
-
相關分類:
C 程式語言
-
相關翻譯:
C語法暨程式庫標準辭典, 2/e (C in a Nutshell: The Definitive Reference, 2/e) (繁中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,790$1,701 -
$8,740$8,303 -
$1,362Fundamentals of Data Structures in C, 2/e (Paperback)
-
$620$490 -
$280$238 -
$880$695 -
$1,960CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming (Paperback)
-
$1,672Learning R (Paperback)
-
$680$578 -
$2,689C Primer Plus, 6/e (Paperback)
-
$690$538 -
$301並行編程方法與優化實踐
-
$780$616 -
$360$284 -
$460$363 -
$450$356 -
$281設計模式解析, 2/e (修訂版)
-
$680$537 -
$1,584Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers (Paperback)
-
$280$218 -
$450$297 -
$403演算法之美 — 隱匿在資料結構背後的原理 (C++版)
-
$1,216Elegant SciPy: The Art of Scientific Python
-
$450$351 -
$690$345
相關主題
商品描述
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 中使用它們的指導