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

Expert C Programming

Expert C Programming
作者:Peter van der Linden
副标题:Deep C Secrets
出版社:Prentice Hall
出版年:1994-06
ISBN:9780131774292
行业:计算机
浏览数:3

内容简介

For software engineers and computer programmers who are writing, developing, testing, debugging software on either IBM PCs or Unix systems. Written for experienced C programmers who want to quickly pick up some of the insights and techniques of experts and master the fine arts of ANSI C, this volume passes on the wisdom of a highly experienced C compiler writer and his colleagues to help programmers reach new heights, and avoid common software pitfalls along the way. Using an original approach and a humorous style that makes deep knowledge both easy and accessible, it gathers into one place, tips, hints, shortcuts, guidelines, ideas, idioms, heuristics, tools, anecdotes, C folklore, and techniques that are often penciled in margins and on backs of papers by those working in the programming trenches-working on many different kinds of projects, over many, many years.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

const最有用的用法就是用它限定函数的形参,这样该函数将不会修改实参指针所指的数据,但其它函数却可能会修改它。

......(更多)

猜你喜欢

点击查看