0
How to create our own header file in atom ide?
In c++..
2 Answers
+ 1
Thanks dude
0
You can create a new file and may be write a small function inside it and save it with .h extension. Then create one more file and you can use #include "filename.h"
By this way you created your own header file and used it in some other program.