I am looking for basic examples/tutorials on:
-
How to write/compile libraries in C++ (
.sofiles for Linux,.dllfiles for Windows). -
How to import and use those libraries in other code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code
r.cc :
t.h :
t.cc :
But how, how, how?!
The
exportstep is not needed if you install the shared library somewhere along the global library path.