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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there a main site for C programming language?

1 点作者 kalimatas大约 8 年前
Every more or less popular programming language has its main site, which serves as a main entry point for everybody who wants to learn the language or find any information. Usually those site have links to documentation, tutorials for beginners, reference materials and so on.<p>C programming language is one the most commonly used nowadays, and still it doesn&#x27;t have its &quot;entry point&quot;. I mean, there are plenty of resources out there, but none of them serves as a source of truth.<p>Is there anything like that for C?

3 条评论

ebcode大约 8 年前
I think the answer you&#x27;re looking for is &quot;no&quot;.<p>Because C was developed at Bell Labs in the pre-internet 70s, the first &quot;official&quot; documentation was the book by K&amp;R. Due to the language&#x27;s popularity, it was standardized first by ANSI, then by ISO. So these days, the closest thing to a &quot;source of truth&quot; for the language is the standard published by ISO. That working group&#x27;s website is here: <a href="http:&#x2F;&#x2F;www.open-std.org&#x2F;jtc1&#x2F;sc22&#x2F;wg14&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.open-std.org&#x2F;jtc1&#x2F;sc22&#x2F;wg14&#x2F;</a><p>Of course, standards documents are not really entry points, as they are extremely dry, technical documents. Which is why I think the answer to your question is &quot;no&quot;.<p>I think your best bet would be to start with the second edition of &quot;The C Programming Language&quot; by Kernighan and Ritchie, then work your way &quot;into the future&quot; by looking at books on C published in the last decade.<p>HTH
devnonymous大约 8 年前
comp.lang.c still used to be the one true place for c programmers to hang out at back when I started learning it in the 90s, not sure if that&#x27;s the case these days.
评论 #13817500 未加载
c4n4rd大约 8 年前
<a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;cprogramming&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;cprogramming&#x2F;</a>