+ 3
Noob'Quest
Can i create headers with random names ? or its have dedicated names ?
7 Answers
+ 2
can i do that ?
+ 2
This is a relatively complex process to some, but if you think you are ready:
https://stackoverflow.com/questions/16693273/how-do-i-create-a-library
+ 1
Do you mean creating your own custom modules/header files for your CPP program?
If you want to create ".h" files, then you can name them whatever.
+ 1
how can i create a custom modules ?
+ 1
i haven't read the thread with the link you posted, but im now understood that 'iostream' is a custom code library and c++ is just the reader ,writer and the excuser, right ?
0
Yeah, you can create ".h" files for external function/module calls; but your profile shows you just started C++.
I don't think you're entirely understanding the concept of this, if you are new that is. What do you think?
0
Finish the C++ Tutorial first.