C++How-To'sModernizationRAD StudioWindows

How to achieve common tasks with the new Clang toolchain in 12.1

How to achieve common tasks with the new Clang toolchain in 12.1 The new Clang toolchain is here! RAD Studio and C++Builder 12.1 are shipping the entirely revised, wholly updated C++ compiler, linker, STL, runtime, and more – which you can also use in parallel with the old Win64 toolchain to ease upgrading until we remove the previous legacy toolchain in future. We know this is a ‘version 1’…
Read more
C++Code

A Complete Guide To The List Of Features In C++ 11

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon…
C++DelphiIDENewsProductivityRAD StudioWebinar

RAD Studio 12 Questions and Answers!

On Thursday 9 November we held the launch webinar for Delphi, C++Builder and RAD Studio 12. We had an unprecedented number of attendees, to the point of doing a rerun on Nov 30th. This QA represents questions raised in both. If you were unable to attend take a look at our replay here. We got hundreds of questions in the Q&A log. It is amazing seeing the interest and feedback and we reply in…
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…
C++RAD Studio

5 New Posts About Variables, Enums And More In Modern C++

Hello C++ Developers. Many times, the “Modern C++” term appears in discussions. In general, “Modern C++” started with the C++11 standards. C++11 is shorthand for C++ that is based on and implements the C++ ISO/IEC 14882 standard. Similarly, C++14 is later standard, C++17 follows that, C++20 after that, and C++23 in the future. Moreover, modern C++ consists of a lot of…
Read more
C++CodeIDERAD Studio

10 Tips For Using A C++ Compiler To Build Windows Apps

When you develop an app for the Windows operating system there are a few tips that can help smooth things along. Using the best C++ compiler Windows developers have available is obviously step one, but there are a lot more very easy steps you can take to make life a lot easier. We cover a few of our favorites here. 1. Download the latest C++ Builder 11 or RAD Studio 11 edition C++…
Read more