Alternative C++ binding
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Alternative C++ binding
- From: benjamin sunshine-hill <bsunshin@...>
- Date: 2003年8月15日 11:48:01 -0700
I've posted a page on the Wiki with code snippets describing a method of easily and flexibly gluing Lua and C++ together without a binding generator, that is conducive to space and execution efficiency. Comments, criticisms, and additions are requested.
http://lua-users.org/wiki/DoItYourselfCppBinding
Ben
P.S. there's a bug in the templated gc, which I wasn't able to edit out; some error when I tried to save the changes.