best articles about organizing code files in C -


Can you recommend me to read / learn to create a streamlined code in C?

I want to learn that one of the things is the theory of project divided into .h and .c files, when and where to use the global variable, what is the variable naming ...

I have an interest in Books and Articles that deal with this specific problem.

A good book that covers it for many (both for C and C ++) Also, remembering a good rule of thumb, do not do anything that allocates memory to a header file.


Comments