会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Macrored
如果爱,请深爱
博客园
首页
新随笔
联系
管理
订阅
2022年6月29日
C++/Lua栈操作
摘要: 一、Lua栈结构 1. index为正数 c++获取lua的数组元素的实例: // 接口参数:void lua_rawgeti (lua_State *L, int index, int n); lua_getglobal(L, "g_Arr"); lua_rawgeti(L, 1, 1); int
阅读全文
posted @ 2022-06-29 15:28 Macrored
阅读(108)
评论(0)
推荐(1)
编辑
公告