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.
- Host: GitHub
- URL: https://github.com/bdcbqa314159/cpp_crossplatform_libs
- Owner: bdcbqa314159
- Created: 2025-04-17T22:14:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:44:17.000Z (9 months ago)
- Last Synced: 2025-04-18T21:44:20.994Z (9 months ago)
- Topics: cpp, learning-by-doing, library-app, programming
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)