CodeDelphiWebinar

How To Live Track The ISS International Space Station

Our Winter Webinars series has been a lot of fun, showing you how to write genuine low-code cross-platform apps that do cool things with a few lines of code and get them to work on Windows, macOS, iOS, Android, and Linux. I know from your emails and messages you’ve had as much fun with the Winter Webinars as I have had. I’ve tried to make them a lot less like old-fashioned lectures and…
Read more
C++CodeHow-To'sNewsRAD StudioWindows

Upgrading to C++Builder 12.2: Tip #5, Split out C++ EH and SEH exception handling

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 #5: Split out C++ EH and SEH exception handling After three separate variants of tip…
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
C++Code

Let's Develop Modern Apps With The Latest C++ Builder 12

HelloC++Developers, this week we have 3 great posts. In the first post, we summarize the most used activation functions available today and we explain how they can be used in C++ examples. In other post, we are listing default constructor types in C++ with detailed posts and examples for each of them. In addition, we have another great post aboutassignment operator…
Read more