21世紀C語言

21世紀C語言

《21世紀C語言》是2013年東南大學出版社出版的圖書,作者是克萊門斯 (Ben Klemens)。

基本介紹

  • 中文名:21世紀C語言
  • 作者:克萊門斯 (Ben Klemens)
  • 出版社:東南大學出版社
  • 出版時間:2013年5月1日
  • 頁數:273 頁
  • 開本:16 開
  • ISBN:9787564142056
  • 外文名:21st Century C
  • 語種:英語
內容簡介,編輯推薦,圖書目錄,作者簡介,

內容簡介

《21世紀C語言(影印版)》中,你將了解到在其他C語言書籍中所缺失的那些最新技術。C語言不僅僅是現代程式語言的基石,它本身也是一門現代語言,尤其適合於編寫高效的、尖端的應用程式。你需要放棄那些只有在大型機時代才有意義的舊習,轉而選擇相應的工具來使用這門改進的極其簡單的語言。無論你是哪門程式語言的擁護者,你都不得不承認C語言也很出色。

編輯推薦

《21世紀C語言(影印版)》編輯推薦:是否你的C語言編程環境被限制在VI和CC上?是否C語言的記憶體管理機制依然像20世紀90年代那樣困擾你?BENKLEMENS提出了這些常見的問題,並且展示了最新的工具如何使得C語言編程變得簡單——能夠幫助你調試、跟蹤記憶體泄露、組織編譯過程和管理原始碼版本。

圖書目錄

Preface
Part I.The Environment
1.SetYourself Up for Easy Compilation
Use a Package Manager
Compiling C with Windows
POSIX for Windows
Compiling C with POSIX
Compiling C Without POSIX
Which Way to the Library?
A Few of My Favorite Flags
Paths
Runtime Linking
Using Makefiles
Setting Variables
The Rules
Using Libraries from Source
Using Libraries from Source(Even if Your Sysadmin Doesn’t Want You To)
Compiling C Programs via Here Document
Include Header Files from the Command Line
The Unified Header
Here Documents
Compiling from stdin
2.Debug,Test,Document
Using a Debugger
GDB Variables
Print Your Structures
Using Valgrind to Check for Errors
Unit Testing
Using a Program as a Library
Coverage
Interweaving Documentation
Doxygen
Literate Code with CW’EB
Error Checking
What Is the User’s Involvement in the Error?
The Context in Which the User Is Working
How Should the Error Indication Be Returned?
3.PackagingYourProject
The Shell
Replacing Shell Commands with Their Outputs
Use the Shell’s for Loops to Operate on a Set of Files
TestforFiles
fc
Makefiles VS.Shell Scripts
Packaging Your Code with Autotools
An Autotools Demo
Describing the Makefile with makefile.am
The configure Script
4.VersionControl
Changes via diff
Git’s Objects
The Stash
Trees and Their Branches
Merging
The Rebase
Remote Repositories
5.PlayingNicewithOthers
The Process
Writing to Be Read by Nonnatives
The Wrapper Function
Smuggling Data Structures Across the Border
Linking
Python Host
Compiling and Linking
The Conditional Subdirectory for Automake
Distutils Backed with Autotools
Part II.The Language
6.YOurPaIthePointer
Automatic,Static,and Manual Memory
Persistent State Variables
Pointers Without malloc
Structures Get Copied,Arrays Get Aliased
malloc and Memory—Twiddling
The Fault Is in Our Stars
All the Pointer Arithmetic You Need to Know
7.CSyntaxYouCanIgnore
Don’t Bother Explicitly Returning from main
Let Declarations Flow
Set Array Size at Runtime
Cast Less
Enums and Strings
Labels,gotos,switches,and breaks
go to Considered
switch
Deprecate Float
8.Obstaclesand Oppounity
Cultivate Robust and Flourishing Macros
Preprocessor Tricks
Linkage with static and extem
Declare Externally Linked Elements Only in Header Files
The const Keyword
Noun—Adjective Form
Tension
Depth
The char const Issue
9.Text
Making String Handling Less Painful with asprintf
Security
Constant Strings
Extending Strings with asprintf
Apean to strtok
Unicode
The Encoding for C Code
Unicode Libraries
The Sample Code
10.Better Structures
Compound Literals
Initialization via Compound Literals
Variadic Macros
Safely Terminated Lists
Foreach
Vectorize a Function
Designated Initializers
Initialize Arrays and Structs with Zeros
Typedefs Save the Day
A StyleNote
Return Multiple Items from a Function
Reporting Errors
Flexible Function Inputs
Declare Your Function.as printf—Style
Optional and Named Arguments
Polishing a Dull Function
The Void Pointer and the Structures It Points To
Functions with Generic Inputs
Generic Structures
11.Object—Oriented Programmingin C
What You Don’t Get(and Why You Won’t Miss It)
Scope
Overloaded with Operator Overloading
Extending Structures and Dictionaries
Extending a Structure
Implementing a Dictionary
Base Your Code on Pointers to Objects
Functions in Your Structs
Count References,
Example:A Substring Object
An Agent—Based Model of Group Formation
12.Libraries
GLib
POS.IX
Using mmap for Gigantic Data Sets
Easy Threading with Pthreads
The GNU Scientific Library
SQLite
The Queries
libxml and CURL
Epilogue
Glossary
Bibliography
Index

作者簡介

作者:(美國)克萊門斯(Ben Klemens)

相關詞條

熱門詞條

聯絡我們