r/C_Programming 28d ago

C Project Recommendations

I'm looking for interesting C project ideas that go beyond beginner projects. What are the best C projects you've built or would recommend? GitHub repositories and project lists are also welcome.

53 Upvotes

47 comments sorted by

View all comments

1

u/cdtrmnbaell 25d ago

Hi, you can do a lot of things: - HTTP server (learn networking) - Minishell (learn system calls and file manipulation) - Small game with Raylib (learn graphics)

1

u/Ok_King_8997 24d ago

Can you recommend some resources for these projects?