CodeDelphiHow-To'sModernizationNewsRAD Studio

Here's What's Coming In A Busy September - Plus A Cool Demo Of The Delphi Ternary Operator

This September is shaping up to be an incredibly exciting time for Delphi and C++ developers. There are at least four live in-person developer conference events in September, plus our own “‘See what’s coming in RAD Studio 13 Florence” webinar and an additional live RAD Studio 13 Florence webinar for the APAC region to better fit into the time zones for Australia, New…
Read more
C++CodeIDEModernizationNewsRAD StudioShowcaseWindows

Safety with C++Builder 12.3: Introducing Sanitizers

Ever since we started using our enhanced Clang compiler, we’ve had a consistent request: can we add runtime checking? For many customers, this has been because the old ‘classic’ compiler used to have a feature called CodeGuard, which was helpful for catching errors, and if migrating to a newer toolchain having some semi-equivalent is a reasonable wish. For many other customers, who knew…
Read more
C++CodeHow-To'sModernizationNewsRAD StudioWindows

Upgrading to C++Builder 12.2: Tip #4 ¾, Help When Moving from 32 to 64 Bit

Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of useful information on why and how the new C++Builder matters to you, where this was the very end (so go watch the start!) Tip #4 ¾: Help When Moving from 32 to 64 Bit Tip 4 was about the compiler communicating to…
Read more
C++CodeModernizationNewsRAD StudioWebinarWindows

Upgrading to C++Builder 12.2: Tip #3, Massive Files with iostreams

Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of useful information on why and how the new C++Builder matters to you, where this was the very end (so go watch the start!) Tip #3: Massive Files with iostreams The old C++ Win64 STL had a maximum size of 4GB for…
Read more