Hacker News new | ask | show | jobs
by thefourthchime 2297 days ago
I would read K&R, it’s a right of passage. Look at some of the larger open source projects for how to organize and manage a large c project.

And practice pointers. Get really comfortable with how memory works.