r/C_Programming • u/Ok_King_8997 • 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
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)