In the second of a three-part series, we are looking at the family of brands to which Embarcadero belongs. The first and third articles in the series are also available.
As a RAD Studio, Delphi, C++Builder and InterBase user you’re likely aware that Embarcadero is a subsidiary of the Idera Corporation. The Idera Corporation also owns a number of other brands that fall into three broad groups…
The Idera Inc. Family of Brands 1/3 - Data Tools
May 8, 2023
As a RAD Studio, Delphi, C++Builder and InterBase user you’re likely aware that Embarcadero, the company that brings you these tools, is a subsidiary of the Idera Corporation.
You’re less likely to be aware, however, that the Idera Corporation also owns a number of other…
5 Easy Things To Learn Using C++ Builder 11 CE
May 5, 2023
Hello C++ developers, C++ students, and C++ educators. This week was another milestone for the C++ programming language with a free version of C++ Builder, C++ Builder 11 CE Community Edition released on April 2023. If you are a start-up developer, student, hobbyist or just…
5 New Posts About C, C++, And Python
May 3, 2023
Hello C++ Developers. In today’s round-up of recent posts on LearnCPlusPlus.org, we have 5 new C and C++ posts with some very simple examples that can be used with a modern C++ Compiler that supports C++17. We also dabble a little with Python too, just for good measure!
Why is Python useful to C++ developers?
Python is one of my latest programming languages that I had to learn. I…
One of the features of Modern C++ isalignment supportwhich was introduced with the C++11 standard.Most of the alignment support features can be used with modern C++ compilers that support one of the ISO Standards of C++11, C++14, C++17, and C++20. In this…
New RAD Studio 11.3 Inline Build
April 26, 2023
Embarcadero has just released a Community Edition version of Delphi and C++Builder based on a new build of 11.3, build 28.0.48361.3236.
For this reason, we are also making available a new inline build of RAD Studio, Delphi and C++Builder 11.3 (build 3236), which includes the…
Delphi 11 and C++Builder 11 Community Editions Released!
April 26, 2023
Embarcadero has made available the Community Edition license for the most recent 11.3 release of Delphi and C++Builder. This is a free edition of either Delphi or C++Builder for students, hobbyists and startups (as the license is revenue-limited).
What is Community Edition?
The free and full-featured Community Editions of Delphi and C++Builder are designed to help you get started programming.
The Pros And Cons of The C++ Programming Language
April 26, 2023
C++ has a reputation for being one of the most efficient and powerful programming languages. It is still incredibly popular in almost all developer surveys despite having been available for over 40 years. Understanding the pros and cons of the C++ programming language can…
What Is Alignment And constexpr In Modern C++?
April 21, 2023
Hello C++ Developers. In today’s round-up of recent posts on LearnCPlusPlus.org we examine some of the alignment-related features of Modern C++, known as Alignment Support. These alignment features can be used with a modern C++ Compiler that supports C++11, C++14…
Where Is A C++ Compiler Download For Windows App Development
April 20, 2023
Here is the quick answer: If you are new to C++ and want to compile code for the first time, we recommend you try the free C++ Builder Community Edition for students, beginners, and startups.
C++ Builder is the easiest and fastest C and C++ IDE for building anything from simple to professional applications on the Windows, macOS, and mobile operating systems. It is also easy for beginners to…