C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and it’s hard to see why.’ First chance exception at $00007FF641CB123F. Exception class 0x80000003 with message 'Exception 0x80000003 encountered at address 0x7ff641cb123f'. Process…
Read more
C++Code

What Changed With The C++17 Standard?

Hello developers, this week we have more new topics about C++ and there are tons of very understandable examples to develop with that can be used to develop new apps with modern programming tools. In the first post, we explain another useful container, the multiset…
C++CodeIDERAD Studio

A Complete Guide To The List Of Features In C++ 14

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then extended further with the C++14, C++17, and C++20 standards. In the future C++23 is already on the horizon. Modern C++ consists of a lot of features of previous C++ standards too and, of course, those of the C…
Read more
C++Code

A Complete Guide To The List Of Features In C++ 11

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon already. Modern C++ consists of a lot of features of previous C++ standards too and, of course, those of the C Programming…
Read more
C++CodeRAD Studio

What Are The C++ 17 Random Number Generators

Hello developers, I hope you are all happy and well. This week we have new C++ posts about modern random generators in modern programming today. Since C++11, in addition to rand() and std::rand(), we have new random number generators. These are called Mersenne Twister random…
C++CodeRAD Studio

How To Use Data Containers With C++ Builder 12

Hello developers, I am really happy this year about the new version of RAD Studio 12, it has been released with a big impact of a lot of enhancements and quality improvements in C++ Builder 12 and Delphi 12. After this release, Embarcadero has restored the ability of the 12.0 GetIt server to install additional packages from the RAD Studio 12 Athens IDE via the GetIt package manager. New…
Read more