Hi there. I'm pretty new to the C++ language (came from Python :lol: ) and I was wondering how to create a library.
In Python I used to create files with functions that can be used in other programs, and I want to know how to do that in C++.
So my question is: How does one go about creating their own library for personal use?