码迷,mamicode.com
首页 > 编程语言 > 详细

C++ 和 lua代码互相调用

时间:2015-08-08 16:38:09      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:lua   c语言   c++   相互调用   

先简单粘在这里,日后有时间再整理,已经测试通过!

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

版权声明:本文为博主原创文章,未经博主允许不得转载。

C++ 和 lua代码互相调用

标签:lua   c语言   c++   相互调用   

原文地址:http://blog.csdn.net/albertsh/article/details/47359039

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!