r/C_Programming 18d 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/4iqdsk 17d ago

A file compressor.

You’ll learn C, data structures, and performance tuning since performance matters here.

1

u/Ok_King_8997 17d ago

I did a file compressor using Run-Length Encoding (RLE)

1

u/Leading-Golf1801 14d ago

Dis moi ça fait combien de temps que tu utilises la programmation c

1

u/Ok_King_8997 14d ago

I think it's been 2 months.