C++RAD Studio

Learn 5 Important Features Of C++ In Modern Programming

Hello C++ Developers, this spring is another milestone for the C++, the latest RAD Studio, C++ Builder 11.3 has been released. This release is focused on quality and a broad range of improvements. In C+ Builder, code compilation is highly improved and a whole raft of bug fixes in 11.3 which go into making this a good choice of modernC++ compilerand IDE. This week’s round-up…
Read more
C++RAD Studio

How To Use Very Large Numbers In C++ Builder

Hello C++ Developers. In recent weeks there was another milestone when the latest RAD Studio, C++ Builder 11.3 was released. This release focused on quality and a myriad of improvements. For C+ Builder specifically, code compilation is highly improved and there are many more…
C++RAD Studio

Learn How To Use GPT-3 AI And Templates In C++

Hello C++ Developers, this week is another milestone for the C++, the latest RAD Studio, C++ Builder 11.3 has been released. This release is focused on quality and improvements. In C+ Builder, code compilation is highly improved in RAD Studio 11.1.5 and 11.2 and there are many more improvements and a whole raft of bug fixes in 11.3 which go into making this a good choice of modern C++…
Read more
C++RAD Studio

More Examples About Template Parameters In C++

Hello again. One of the great features of modern C++ is the ability to define templates which are simple and very powerful statements in C++. We published a lot of posts before about templates in C++ and this week we have more examples to take us further along the path of…
Case StudyDelphiDeveloper InterviewsRAD StudioShowcase

This Excellent Cross-Platform Delphi App Has 6500+ Mobile App Store Downloads

During webinars I like to demonstrate how powerful RAD Studio with Delphi is for creating cross platform apps and how absolutely easy it is to do. I often make the point that I don’t want to work too hard which is why I like RAD Studio with Delphi – it does all the hard work for me and makes me look great! I get up every day and write code – and I write that code in the Delphi…
Read more
C++CodeIDERAD Studio

How to Check The C++ Compiler Version On Windows

A C or C++ Compiler is a computer program that converts the text of a program’s code into an executable program. How can we check the version of the C++ compiler we are using on our Windows computer? Let’s take a look at a few different ways to do it. How can I check the C++ compiler version with the RAD Studio command prompt? RAD Studio powers C++ Builder which supports various…
Read more