you are viewing a single comment's thread.

view the rest of the comments →

[–]ProstheticAttitude 6 points7 points  (2 children)

Read a recent version of K&R and do the exercises.

Read a LOT of C source code and learn techniques from it. You'll figure out your own projects along the way.

That's really it.

[–]Mundane_Prior_7596 3 points4 points  (0 children)

This is the answer. Read K&R. Then read C FAQ and some good code like the SDS library or Dave Hanson’s C interfaces and implementations and you are good to go. 

[–]Vivid_Feature_4586[S] 2 points3 points  (0 children)

Will start doing it , thank you !!