C++

Tutorial: TwineCompile IDE Integration For C++ Parallel Compilation

Learn how to better integrate TwineCompile with your C++Builder IDE for maximum productivity. TwineCompile is available for 10.4 and newer through the GetIt Package Manager for developers with Update Subscription. TwineCompile lists its features as: Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x faster! Automatic background…
Read more
C++Learn C++Videos

Learn C++ With Just-in-Time Compilation: The Next Big Thing? by Ben Deane and Kris Jusiak (CPPCon 2020) Video

JITting code is a characteristic of several languages but has not yet landed on C++. But some work has been done to incorporate Hal Finkel’s JITting into Clang. C++ is also in the early stages of testing the capabilities of JIT. In this video, you will be learning the limits and possibilities of JITting in C++ by combining the C++20 features with the Clang-jit complier work implemented in…
Read more
C++Generic ProgrammingLearn C++Videos

Learn C++ With Constructing Generic Algorithms: Principles And Practice By Ben Deane (CPPCon 2020) Video

This video explores how to make your own algorithms. Starting with the raw loop that solves a nontrivial problem and turn it into a generic algorithm without removing the ability to perform. It will make you understand algorithm patterns and how to organize the pattern. You will also be inspected where existing algorithms fall short, including slight changes or wrappings that gives extra…
Read more