A repository of useful code snippets for C++ beginners. There are README files explaining each example and comments inside the code if necessary.
Though the concepts are general, the focus and description will be largely based on game/graphics programming.
Creating a library and accessing its functionalities from a different project/application.
To create a Static library.
Different methods to use a function pointer.
A basic use case.
A library of function pointers.