I am trying to use few C++ functions in my Python code using ctypes and cdll.LoadLibrary. For this I created .so of my .cpp f
ctypes
cdll.LoadLibrary
.so
.cpp