What mean of various headers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What mean of various headers

26th May 2018, 3:00 AM
Kartik Meena
Kartik Meena - avatar
3 Answers
+ 9
The headers are libraries of predefined C++ functions, classes objects and other things. http://www.cplusplus.com/doc/tutorial/program_structure/
26th May 2018, 3:28 AM
Manual
Manual - avatar
+ 6
you can add as much header file as per the program needed
26th May 2018, 6:51 PM
Prabhat
Prabhat - avatar
+ 2
You don't need to know that at your current level because you have to know OOP(object oriented programming) for knowing this. briefly its a way that you can include your one code's data to another code
26th May 2018, 8:16 AM
Shahil Ahmed
Shahil Ahmed - avatar