readme_rel.txt

来自「lua cpp 能和c++很好结合的一种脚本语言 体积小速度快」· 文本 代码 · 共 9 行

TXT
9
字号
src	 - source code
test - code to test the source

To use: 
- Easiest is to copy src to some folder of your choice (rename it), include that 
  folder when you compile, define the LUACPP_LIB_IS_HEADER_ONLY to compiler, and 
  #include "whereYouPutSrc/Interpreter.hpp"
- Or build it as a DLL or .so and link to it

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?