Code

LearnCPlusPlus.org :: Mathematics, Strings, For Loops, Operators in C++ ; TwineCompile, JIT Compilation, Background Threads

Hello C++ Builder Developers, Over on the LearnCPlusPlus.org website, we’re continuing to add to the “Introduction to C++” post series for beginners as well as more advanced posts for more experienced professionals both here and on our other sites. We will continue to release the basics of C++ in the next few weeks. If you are a beginner, new to C++, or if you are a Delphi…
Read more
C++RAD Studio

Quickly Add The Powerful Boost C++ Library To Your Windows Projects

C++ is a popular programming language in the world of software development. With so many libraries available, developers can spend less time creating scientific and complex applications. The Boost library is one of the most well-known in the C++ community. Because the Boost community is constantly researching and developing new features, the Boost library is updated every 3-5 months. The Boost…
Read more
C++CodeRAD Studio

Threadripper 3990X: The Quest To Compile 1 BILLION Lines Of C++ On 64 Cores

RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple projects in parallel it was able to compile 1 billion lines of Object Pascal code in 5 minutes on the AMD Ryzen 9 5950x 16 core machine. I wanted to see if something similar was possible with C++. This…
Read more
C++RAD Studio

Introduction To Modern C++ With Tutorials

Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world. C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on the Windows, MacOS, iOS & Android operating systems. It…
DelphiRAD Studio

Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project

The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This library was used very successfully to apply styles more fully in Dev-C++. Features Vcl.Styles.Ext unit extended the VCL Styles…
Read more