TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Comprehensive Cheat Sheet for C Developers

2 pointsby StylifyYourBlogover 10 years ago

1 comment

greenyodaover 10 years ago
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...)