Stefano Mtangoo 455 Senior Poster

I want to write C++ Class that is exported by a DLL/SO. I need my app to be x-platform so I will avoid non portables. I read somewhere I have to wrap methods in extern "C" to prevent name mangling. Is there a tutorial to make me accomplish this?

I know some of guys here are maverick in the subject. Would you consider to teach this new bee how to fly?

Thanks