What is hpp file | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is hpp file

detail about hpp file in c++

15th Oct 2018, 7:12 PM
Ashfaq Ahmad
Ashfaq Ahmad - avatar
2 Antworten
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