上一页 1 2 3 4 5 6 7 ··· 88 下一页
摘要: #include #include "D:/Program Files/Lua/include/lua.hpp"#pragma comment(lib, "D:/Program Files/Lua/lib/lua51.lib") using namespace std;int main(int argc, char* argv[]){ //创建Lua运行环境 lua_State* L = luaL_newstate(); if(L == NULL) { cout<<"luaL_newstate() fail!"<&l 阅读全文
posted @ 2013-09-16 14:20 Leung文 阅读(413) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 88 下一页