How to make own c++ header file, and what it can be included | Sololearn: Learn to code for FREE!
+ 1

How to make own c++ header file, and what it can be included

C++ header file

27th May 2018, 7:07 AM
abhishek kukde
abhishek kukde - avatar
4 odpowiedzi
+ 1
Header files contain definitions of Functions and Variables, which is imported or used into any C++program.
27th May 2018, 7:12 AM
Zohaib 👑
Zohaib 👑 - avatar
+ 1
create new file with extension of .h e.g: example.h add this file to the. cpp file. #include "example.h" that's all.
27th May 2018, 7:09 AM
Zohaib 👑
Zohaib 👑 - avatar
+ 1
In header file, what we can do more
27th May 2018, 7:11 AM
abhishek kukde
abhishek kukde - avatar
0
Any example ?
6th Feb 2019, 6:24 PM
abhishek kukde
abhishek kukde - avatar