Quote Originally Posted by NMTop40
Not from existing .so files.

But in your own files you can add a macro to every file that submits __FILE__ to a std::set< std::string > and have a method in your .so to list them out. (Beware that neither std::set nor std::string are portable though. There are ways around that though).


what is this __FILE__?? can u please explain in more detail?