
December 24th, 2012, 06:26 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 18
Time spent in forums: 2 h 1 m 57 sec
Reputation Power: 0
|
|
|
Calling a function in .so
Hello
I am working on C++ code i have compiled the code it has generated .so files
A-->compiled-->A.so
now my requirement is to call a sun() function from
some other function that i have written.
like this
Code:
main()
{
sum();--->here class A's sum() must be called.
}
How can i call sum() from main()?
any help is highly appriciated.
Regards
Revathi R
|