How to create our own header file in atom ide? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create our own header file in atom ide?

In c++..

30th Oct 2019, 11:21 AM
Somesh
Somesh - avatar
2 Answers
+ 1
Thanks dude
3rd Nov 2019, 12:24 AM
Somesh
Somesh - avatar
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.
1st Nov 2019, 9:50 PM
Avinesh
Avinesh - avatar