0
Have there any way of writing header file and also using it on Sololearn for cpp
1 Answer
+ 1
You can make header files in c++ with .h extension and include it using #include "file name" syntax.
And i don't know that how it can be done in Solo learn.