C标准库(英文版)

978-7-115-34422-9
作者: 【美】P.J. Plauger
译者: 0
编辑: 傅道坤
分类: C语言

图书目录:

Contents

Chapter 0: Introduction 1

 Background 1

 What the C Standard Says 3

 Using the Library 7

 Implementing the Library 9

 Testing he Library 13

 References 15

 Exercises 15

Chapter 1:  17

 Background 17

 What the C Standard Says 18

 Using 18

 Implementing 20

 Testing 22

 References 22

 Exercises 24

Chapter 2:  25

 Background 25

 What the C Standard Says 28

 Using 30

 Implementìng 34

 Testing 42

 References 43

 Exercises 43

Chapter 3:  47

 Background 47

 What the C Stcndard Says 50

 Usìng 50

 Implementing 51

 Testìng 55

 References 55

 Exercises 55

Chapter 4:  57

 Background 57

 What the C Standard Says 59

 Using 62

 Implementing 64

 Testing 69

 References 71

 Exercises 72

Chapter 5:  73

 Background 73

 What the C Standard Says 74

 Using 75

 Implementing 77

 Testing 79

 References 80

 Exercises 80

Chapter 6:  81

 Background 81

 What the C Standard Says 84

 Using 87

 Implementing 94

 Testing 123

 References 123

 Exercises 123

Chapter 7:  127

 Background 127

 What the C Standard Says 130

 Using 135

 Implementing 137

 Testing 171

 References 177

 Exercises 177

Chapter 8:  181

 Background 181

 What the C Standard Says 184

 Using 185

 Implementing 187

 Testing 191

 References 192

 Exercises 192

Chapter9:  193

 Background 193

 What the C Standard Says 195

 Using 197

 Implementing 199

 Testing 203

 References 203

 Exercises 203

Chapter 10:  205

 Background 205

 What the C Standard Says 207

 Using 208

 Implementing 210

 Testing 212

 References 212

 Exerclses 212

Chapter 11:  215

 Background 215

 What the C Standard Says 217

 Using 217

 Implementing 222

 Testing 223

 References 223

 Exercises 223

Chapter 12:  225

 Background 225

 What the C Standard Says 233

 Using 252

 Implementing 274

 Testing 325

 References 327

 Exercises 329

Chapter 13:  333

 Background 333

 What the C Standard Says 334

 Using 344

 Imple 1enting 353

 Testing 381

 References 381

 Exercises 384

Chapter 14:  387

 Background 387

 What the C Standard Says 388

 Using 394

 Implementing 398

 Testing 411

 References 411

 Exercises 411

Chapter 15:  415

 Background 415

 What the C Standard Says 416

 Using 420

 Implementlng 425

 Testing 442

 References 443

 Exercises 443

Appendix A: Inferfaces 445

Appendix B: Names 453

Appendix C: Terms 463

Index 475

详情

本书集中讨论了C标准库,全面介绍了ANSI/ISO C语言标准的所有库函数。书中通过引用ISO C标准的相关部分,详细讲解了每一个库函数的使用方法,并通过示例描述了其实现细节,且给出了实现和测试这些函数的完整代码。此外,每章结尾附有不同难度的习题,帮助读者巩固和提高。通过此书,读者将会更好地使用C标准库,并学会如何设计和实现库。

图书摘要

相关图书

代码审计——C/C++实践
代码审计——C/C++实践
C/C++代码调试的艺术(第2版)
C/C++代码调试的艺术(第2版)
大规模C++软件开发 卷1:过程与架构
大规模C++软件开发 卷1:过程与架构
C/C++程序设计竞赛真题实战特训教程(图解版)
C/C++程序设计竞赛真题实战特训教程(图解版)
C/C++函数与算法速查宝典
C/C++函数与算法速查宝典
C程序设计教程(第9版)
C程序设计教程(第9版)

相关文章

相关课程