News

How to write decorator functions in modern C++14 or higher. Works across MSVC, GNU CC, and Clang compilers. Skip the tutorial and view the final results. tutorial demo. practical demo. compile-time ...
Modern C++. How To Write a Function That Returns More Than One Value. Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library ...
In LLVM-IR interpreter mode, how to write external native C functions without libffi? In LLVM-IR interpreter mode, libffi is required to help invoking external native C/C++ functions because libffi ...