C++News

C++23 Behind The Scenes: The Effort to Bring C++23 to RAD Studio Explained

When RAD Studio announced C++23 support, it looked deceptively simple — just a single line in the release notes. But under that line sits one of the most complex engineering efforts in the product’s modern history. C++23 wasn’t just another “language update”; it was a massive paradigm change. For a platform like RAD Studio, which must balance modern language features with decades of…
Read more
C++IDERAD Studio

What Is Modern C++ in 2023?

Every year, the “Modern C++” term appears in many discussions. In general, the “Modern C++” term started with the release of the C++11standards. Since that time, the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon already. Modern C++…