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.

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

3 pointsby seanpackhamabout 5 years ago
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 comments

jjgreenabout 5 years ago
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 未加载
blodkorvabout 5 years ago
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.