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++Code

3 Main C++ Compiler Tips to Develop Successful Apps

Is your compiler set to use the CLANG compiler in the IDE options? If you are developing apps using lesser known C++ compilers, or maybe your legacy projects are starting to show their age, we highly recommend you switch to a CLANG C++ compiler which supports the latest…