I'm not talking about just a text file with code, I mean
a header file containing functions C++ or any other header library has.
:) Hope you can help. Thanks.
-legit
I see. In which case, that's also easily answered. Write the functions, compile them (whilst telling your compiler that you want a library rather than an executable) and bingo - you've got a library. Link to it as usual.