TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Comprehensive Cheat Sheet for C Developers

2 点作者 StylifyYourBlog超过 10 年前

1 comment

greenyoda超过 10 年前
This list really just scratches the surface of the standard C libraries and C syntax. You can&#x27;t really call it comprehensive if it&#x27;s missing something as fundamental as memcpy(). As a truly comprehensive reference for serious C programmers, I&#x27;d recommend this book:<p><i>C: A Reference Manual</i>, by Harbison and Steele<p><a href="http://www.amazon.com/Reference-Manual-5th-Edition/dp/013089592X" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Reference-Manual-5th-Edition&#x2F;dp&#x2F;013089...</a><p>(That&#x27;s the same Guy Steele who&#x27;s known for his work on the Common Lisp specification. He&#x27;s a man of many talents...)