chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Wrapping C++?


From: Josh Barrett
Subject: [Chicken-users] Wrapping C++?
Date: Sat, 22 Oct 2016 17:25:43 +0000

What's actually involved in wrapping a C++ class?

The docs say I have to provide a class that contains the C++ instance pointer, but it doesn't say what to do with the instance pointer once it's in the scheme object, and how to wrap access to C++ functions and values.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]