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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What small C projects would you recommend for beginners?

3 点作者 seanpackham大约 5 年前
My friend is learning C (and some computer science), I've pointed him to "Learn C: Build Your Own Lisp" and some frequently shared online courses but I'd love to share a bunch of small (fun) C projects with him that do a good job at showcasing the language. For example Kilo from the creator of Redis https://github.com/antirez/kilo

2 条评论

jjgreen大约 5 年前
I find myself reusing components in several projects, then test &amp; documentation is even more important of course. I formalised a layout for these components as &quot;C99 sushi&quot;, there are a few here: <a href="http:&#x2F;&#x2F;soliton.vm.bytemark.co.uk&#x2F;pub&#x2F;jjg&#x2F;en&#x2F;code&#x2F;c99-sushi&#x2F;" rel="nofollow">http:&#x2F;&#x2F;soliton.vm.bytemark.co.uk&#x2F;pub&#x2F;jjg&#x2F;en&#x2F;code&#x2F;c99-sushi&#x2F;</a><p>Mostly maths stuff, possibly interesting?
评论 #22996335 未加载
blodkorv大约 5 年前
i recommend doing forum software with cgi. it&#x27;s fun and challenging. After that there are plenty of stuff you can do with gtk.<p>over the years I have a bunch of small gtk c applications that ranges from mp3 players to rss readers.