先简单粘在这里,日后有时间再整理,已经测试通过!
C++和Lua相互调用的代码如下:
1.testLua.cpp
2.First.lua
3.输出结果
Hello World
true 10 nil ‘Hello‘
true 10 nil ‘Hello‘ true
true true nil ‘Hello‘
true true nil ‘Hello‘ nil nil
true true nil nil nil
true
9 - 5 = 4
9 * 5 = 45
Sum: 3 + 4 = 7
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-11-06 04:14:32