best articles about organizing code files in C

Posted by kliketa on Stack Overflow See other posts from Stack Overflow or by kliketa
Published on 2009-01-28T19:28:08Z Indexed on 2010/05/20 11:00 UTC
Read the original article Hit count: 199

Filed under:
|

Can you recommend me what should I read/learn in order to make a well organized code in C?

One of the things I want to learn is the principles of splitting project in .h and .c files, what goes where and why, variable naming, when to use global variables ...

I am interested in books and articles that deal with this specific problem.

© Stack Overflow or respective owner

Related posts about c

    Related posts about code-organization