+ 16
What are the advantages of using Lua with C, C++ ??
4 Answers
+ 2
Lua with C/C++ can make a easy, but powerful program in no time. C++ has lots of different pre-defined functions to use, and lua is very easy and fast to write. Together, they make a easy and powerful program, which is not only easy and powerful but runs very fast.
+ 1
you can make a lua wrapper in C# or C++ with that you have more ways like making a lua executor this get's most of the time used by exploit makers or devs.
+ 1
Keep in mind, everyone - Lua is made in C, so in C you can do whatever is in Lua.