You are here |
www.humprog.org | ||
| | | |
voodoo-slide.blogspot.com
|
|
| | | | On C++ Having programmed in C++ professionally for well over 10 years I have learned all of it. I have all the books, I know all the tricks... | |
| | | |
abstractexpr.com
|
|
| | | | The C programming language is over 50 years old. Despite its age, it is still going strong. Many languages have tried to replace it. But so far none did succeed. To this very day, C is still the foundation on which all the software we use each and every day ultimately depends. But with such... | |
| | | |
erikmcclure.com
|
|
| | | | Lua is a popular scripting language due to its tight integration with C. LuaJIT is an extremely fast JIT compiler for Lua that can be integrated into your game, which also provides an FFI Library that directly interfaces with C functions, eliminating most overhead. However, the FFI library only accepts a subset of the C standard. Specifically, "C declarations are not passed through a C pre-processor, yet. No pre-processor tokens are allowed, except for #pragma pack. | |
| | | |
www.greyblake.com
|
|
| | A blog about software development. |