Possible Duplicate:
C++ Dynamic Shared Library on Linux
I am writing a shared object say libtest.so which has a class and a function. I have another program say "Program.cpp" from which i want to call the class and its function present in the libtest.so file. I am clueless as to how to proceed. Please help.
Thanks Regards Mahesh