Creating your own and using C++ libraries

As a programmer you’re going to find out that the libraries in C++ are limited, so sometimes you’re going to need to create your own libraries, this is actually very tricky.

Had to look up for some videos, I’m going to leave the links of a couple of them.

https://www.youtube.com/watch?v=DdNfbcsL-28

https://www.youtube.com/watch?v=t4t26x8IAyA

Once you’ve created your own library, you need to add it to your program file, just as you did in the WSQ of YoSoy196.

In order to call your library you need to type in this “whatevernameyouhave.h” so the program can us the library.

I hope these links and my explanation can be useful.

 

CC BY 4.0 Creating your own and using C++ libraries by Salvador García is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.