What is hpp file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is hpp file

detail about hpp file in c++

15th Oct 2018, 7:12 PM
Ashfaq Ahmad
Ashfaq Ahmad - avatar
2 Answers
15th Oct 2018, 7:45 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 7
File with .hpp extension is called header file. Header files contain, for example, declarations of classes or functions. You can use header file in .cpp file by using #include.
15th Oct 2018, 7:48 PM
Aleksander Szczepura
Aleksander Szczepura - avatar