Hi,

I just finished learning the basics of C programming from the deitel book. But it doesns't really explain how to use header files (.h files).

What should be in a header file?

When should it be they be used?

How should they be used?

What should they be used with? Like the ones in the standard library, providing links to other libraries when compiling a program etc.

Any tutorials on the net and things like that?

thnx