好书推荐 好书速递 排行榜 读书文摘

C Traps and Pitfalls

C Traps and Pitfalls
作者:Andrew Koenig
出版社:Addison-Wesley Professional
出版年:1989-01
ISBN:9780201179286
行业:其它
浏览数:95

内容简介

Even C experts come across problems that require days ofdebugging to fix. This book helps to prevent such problems byshowing how C programmers get themselves into trouble. Each ofthe book's many examples has trapped a professional programmer. In addition to its examples, C Traps and Pitfalls offers adviceon: *avoiding off-by-one errors *understanding and constructing function declarations *understanding the subtle relationship between pointers andarrays Distilled from the author's experience over a decade ofprogramming in C, this book is an ideal resource for anyone,novice or expert, who has ever written a C program. 0201179288B04062001

......(更多)

作者简介

Andrew Koenig 是AT&T公司Shannon实验室大规模编程研究部门中的成员,同时也是C++标准委员会的项目编辑。他的编程经验超过30年,其中有15年在使用C++,他已经出版了超过150 篇和C++有关的论文,并且在世界范围内就这个主题进行过多次演讲。

......(更多)

目录

......(更多)

读书文摘

许多系统中的标准输入/输出库都允许程序打开一个文件,同时进行写入和读出的操作:

......(更多)

猜你喜欢

点击查看