C++IDENewsRAD StudioWindows

Dynamic Packages in C++Builder 12.2!

RAD Studio 12.2 brings several great improvements to C++. One of these is the completion of the new Windows 64-bit Modern toolchain with the addition of both using and creating dynamic packages (BPL files.) Dynamic Package Consumption When we released the new toolchain in RAD Studio 12.1, it fully supported building VCL and FMX apps, as well as using and creating static libraries, DLLs, console…
Read more
C++DelphiRAD StudioWebinar

The Best Of Third-Party Components And Libraries

One of the great strengths of RAD Studio is how little you need to do to create incredible apps which can run on Windows, macOS, iOS, Android, and Linux. The secret sauce to that is the component-based way of programming. These little gems of ready-made functionality which you can just drop on your project and use right away means you don’t need to write lots of code to, for example, show an…
Read more
C++IDERAD Studio

What Is A Copy Assignment Operator In Modern C++?

Hello everyone, today we have 5 more C++ posts about Copy Assignment Operators. All of the C++ examples in these posts can be used with C++ Builder or the C++ Builder 11 CE Community Edition. They can also be used with Dev-C++, BCC C++ Compilers, and some other compilers such as the GCC compiler. If you just starting out on your C++ journey and want to jump to a modern IDE and C++ compiler, there…
Read more
ModernizationNews

What’s Coming for C++Builder: An Amazing Preview

A few weeks ago we released RAD Studio and C++Builder 11.3, a quality release that’s been met with wide praise as the best of any recent version. This builds on several releases of 11.x, including our dedicated C++ quality release, 11.1.5. With that quality background, we want to share our plans for the future of C++Builder and C++ within RAD Studio. We see questions around our plans for…
Read more