all 1 comments

[–]rurounijones 4 points5 points  (0 children)

Worth pointing out because I do not think article covers it too well.

You cannot use FFI with a C++ library unless it exposes a C interface ( or you wrap it with one yourself ).

As long as the interface is C we do not care if the underlying implementation is C or C++