C++DelphiRAD StudioWebinar

The Best Of Third-Party Components And Libraries

One of the great strengths of RAD Studio is how little you need to do to create incredible apps which can run on Windows, macOS, iOS, Android, and Linux. The secret sauce to that is the component-based way of programming. These little gems of ready-made functionality which you can just drop on your project and use right away means you don’t need to write lots of code to, for example, show an…
Read more
News

RAD Studio 12.1 Athens Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 12.1 Athens. This patch addresses some issues in RAD Studio 12.1, around the new editor split view feature of the IDE, the Delphi 64-bit compiler when building packages, debugging, and strings.  The detailed list of the issues addressed is available at the end of this blog post. This patch is about 517MB to…
Read more
News

The New Quality Portal Is Live - Here Are The Details

Hot on the heels of our announcement that RAD Studio 12.1 is now available we have some more good news; the new Quality Portal is now live and ready for you to use! What Is The Embarcadero Quality Portal? The Quality Portal, usually more simply referred to as QP, is a dedicated web site that allows our user community to enter “request tickets”. These tickets take a couple of…
Read more
News

Announcing the Availability of RAD Studio 12.1 Athens

Embarcadero is very excited to announce the release of RAD Studio 12.1 Athens along with Delphi 12.1 and C++Builder 12.1. RAD Studio 12.1 Athens release primarily focuses on enhancing the new features in RAD Studio 12, adding further refinements and addressing customer…
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