C/C++开发问题


在 luabind::object 中存储带有父级的 lua 类
Storing a lua class with parent in luabind::object(在 luabind::object 中存储带有父级的 lua 类)...
2023-09-26 C/C++开发问题
1

通过 Swig 在 C++ 和 Lua 之间传递变量
Pass variables between C++ and Lua via Swig(通过 Swig 在 C++ 和 Lua 之间传递变量)...
2023-09-26 C/C++开发问题
1

luaL_dostring 在堆栈上什么都不放?
luaL_dostring puts nothing on the stack?(luaL_dostring 在堆栈上什么都不放?)...
2023-09-26 C/C++开发问题
13

使用 Lua + SWIG 将成员动态添加到类
Add members dynamically to a class using Lua + SWIG(使用 Lua + SWIG 将成员动态添加到类)...
2023-09-26 C/C++开发问题
19

通过 require 在不同 Lua 状态之间共享全局变量
Sharing global variables between different Lua states through require(通过 require 在不同 Lua 状态之间共享全局变量)...
2023-09-26 C/C++开发问题
16

从 Lua 在活动程序中调用 C++ 函数
Call C++ Functions in an active program from Lua(从 Lua 在活动程序中调用 C++ 函数)...
2023-09-26 C/C++开发问题
1

嵌入式 Lua - 超时流氓脚本(例如无限循环) - 任何人的例子?
Embedded Lua - timing out rogue scripts (e.g. infinite loop) - an example anyone?(嵌入式 Lua - 超时流氓脚本(例如无限循环) - 任何人的例子?)...
2023-09-26 C/C++开发问题
12

什么可能导致 dynamic_cast 崩溃?
What could cause a dynamic_cast to crash?(什么可能导致 dynamic_cast 崩溃?)...
2023-09-26 C/C++开发问题
19

理解 gsl::narrow 实现
Understanding gsl::narrow implementation(理解 gsl::narrow 实现)...
2023-09-26 C/C++开发问题
4

函数调用参数中的构造函数类型转换
Constructor-style casting in function call parameters(函数调用参数中的构造函数类型转换)...
2023-09-26 C/C++开发问题
4

&(*similarObject) 和similarObject 之间的区别?他们不一样吗?
Difference between amp;(*similarObject) and similarObject? Are they not same?(amp;(*similarObject) 和similarObject 之间的区别?他们不一样吗?)...
2023-09-26 C/C++开发问题
4

用于安全整数转换的 C++ 模板
C++ Template for safe integer casts(用于安全整数转换的 C++ 模板)...
2023-09-26 C/C++开发问题
1