Archives - Posts tagged as 'Uncategorized'
calling c++ function from Lua, implement sleep functionJuly 6th / No Comments »
You can't call c function directly from Lua, you have to create a wrapper function that allows calling from Lua. In this post, shows a ... Continue
if (true condition) runs hereJanuary 19th / 1 Comment »
The simplest stuff to learn about c and c++ programming is " if ". Not only c/c++, almost all programming language have " if ". if ... Continue
AboutJanuary 17th / 6 Comments »
C programming was first developed at 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. And later C++ ... Continue
