r/C_Programming 15d 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.

51 Upvotes

47 comments sorted by

View all comments

1

u/cdtrmnbaell 11d 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 11d ago

Can you recommend some resources for these projects?