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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Best C introduction?

2 点作者 invertedlambda将近 15 年前
Hi all, What resources do you recommend for getting familiar with the C programming language? I own the Kernighan/Ritchie text and it's helpful, but it'd be nice to supplement it with something that's more "beginner" oriented.<p>I have experience programming in higher-level OO languages like Ruby/Java/C#, so I find I'm in a funny spot. I'm aware that things like pointers exist, but they've always been abstracted away in the languages I've used so far. It'd be nice to find a resource that introduced C for those programmers who are used to having their language/runtime handle pointers, memory, etc. for them.<p>All answers much appreciated!

1 comment

jolan将近 15 年前
I have C Primer Plus and it's a good companion to K&#38;R. It's very thorough and verbose (~1000 pages). Anything in K&#38;R that needs more explanation should be in it.