tkondal at gmail.com wrote:
> Hi all.
>> I just started looking at Python's ctypes lib and I am having trouble
> using it for a function.
[...]
> #C++ Prototype of the function I want to call:
ctypes provides support for calling functions in C libraries, using C
datatypes. I don't see any reason to believe it would work with other
languages (e.g. C++).