What is the exact meaning of a header file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the exact meaning of a header file?

22nd Sep 2017, 4:49 AM
dhiman mishra
dhiman mishra - avatar
3 Answers
+ 4
As I understand (I could be wrong though), header file in C++ is used for writing definitions of constants, structures, custom types, function prototypes, etc. It is used so that the implementation source code would be cleaner, not being mixed up with what was placed in the header file, and the separation also helps for later modifications or enhancements. Hth, cmiiw
22nd Sep 2017, 6:58 AM
Ipang
+ 2
A file which should be included in the top of the webpage)
22nd Sep 2017, 5:12 AM
Saidmamad Gulomshoev
Saidmamad Gulomshoev - avatar
+ 1
Thanks brother
23rd Sep 2017, 2:47 AM
dhiman mishra
dhiman mishra - avatar