[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: multidimensional data with user defined type
- From: Choonster TheMage <choonster.2010@...>
- Date: Mon, 10 Jun 2013 06:05:07 +1000
I wrote a fairly basic example of map<string,double> objects being
manipulated in Lua here:
https://github.com/Choonster/lua_cpp_example/blob/master/lua_cpp_example/lua_cpp_example.cpp
It's not multidimensional, but hopefully it demonstrates how to use
C++ objects with Lua.
Note: This is my first attempt at C++ (I have a bit of experience with
C), so please tell me if I've done anything stupid.