To create a shared library in C++ using G++, compile the C++ library code using GCC/ G++ to object file and convert it to shared (.SO) file using gcc/ g++.
確定! 回上一頁