omair18 / cpp-shared-library

Example code to make shared library (.so) and use it in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-shared-library

Example code to make shared library (.so) and use it in C++.

  • Code first generates libpal.so using src/pal.cpp file.
  • main.cpp is then linked with libpal.so to make an executable.

About

Example code to make shared library (.so) and use it in C++.


Languages

Language:C++ 64.4%Language:CMake 32.7%Language:C 2.9%