Hello, I am used to write XS code (well, simple code) for C libraries.I never did anything for C++ (and I do not know much about C++), but I'll need to write a simple interface.
Mostly, I need to call a method inside a namespace, and that should be enough.
Can you suggest any module that interfaces with a C++ library where I can peek for ideas?
Thank you Alberto