C++ModernizationNewsRAD StudioWindows

The new Clang Toolchain in C++Builder 12.1!

The new Clang Toolchain in C++Builder 12.1! RAD Studio 12.1 has big news: we have released the first version of our new Clang-based toolchain! This is a complete revision of the entire technology stack, and provides a solid, modern, ‘done the right way’ foundation for all of C++ going forward. Technical Info The new toolchain targets Windows 64-bit Intel apps, and is based on Clang 15, with a…
Read more
C++CodeIDE

How Do C and C++ Work Internally And More?

C++ Builder is an amazing C++ IDE to develop C and C++ projects from beginner to professional level apps on Windows, iOS, Android or apps for IoT systems. We hope these topics may help and motivate you, your kids, your staff or your students to start new apps in C or C++…
News

Issues mixing Classic and Clang objects: Linker warnings & improving app stability

The C++Builder linker will warn you when you mix object files linked with classic and clang together, helping you avoid linker or runtime errors. Today in 2020, we recommend using the modern Clang compilers, especially with the work we’ve been doing for Win64 (eg entirely new debugger) and the RTL improvements to make upgrading from classic easy. However, many customers upgrade in…
Read more