How to create header files in C/C++ ?
First of all, does creating a header file useful at all ? If yes how ?
It obviously is or else we wouldnot have had something called a ‘header files’.
Next, can we create our own header files ?
Yes, you can. It is pretty simple and … Read more