.h files

Can anyone tell me what is .h files please ?
and give me an example that contain .h file as header file.
Last edited on
.h is one of the extension used for header files, this question has already been asked

http://www.cplusplus.com/forum/beginner/7989/
Thank you I read that.
Can you please give an example of a program that contains the function declarations, etc and .h file added in the same way we add in the .cpp file into our projects then put the function declarations, constants, etc into it
Last edited on
Topic archived. No new replies allowed.