An open API service indexing awesome lists of open source software.

https://github.com/bdcbqa314159/cpp_crossplatform_libs

In this repository I worked with static and dynamic linkage with a cross-platform support.
https://github.com/bdcbqa314159/cpp_crossplatform_libs

cpp learning-by-doing library-app programming

Last synced: 8 months ago
JSON representation

In this repository I worked with static and dynamic linkage with a cross-platform support.

Awesome Lists containing this project

README

          

# Working with the linkage between an app and a library in different platforms and different ways

We are going to create one simple and easy library with cross-platform compatibility.
We are going to create tiny applications linked to these different libraries.

Main sources:

- [Liz's website](https://atomheartother.github.io/)
- [Theo Penavaire's blog](https://blog.theopnv.com/posts/cpp-dynamic-loading/)
- [Caio Rodrigues's page](https://caiorss.github.io/C-Cpp-Notes/CwrapperToQtLibrary.html)