News

The Idera Inc. Family of Brands 3/3 - DevOps Tools

This article is the third in a three-part series looking at the family of brands to which Embarcadero belongs. The first and second 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…
Read more
News

The Idera Inc. Family of Brands 2/3 - Developer Tools

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…
DatabaseNews

The Idera Inc. Family of Brands 1/3 - Data Tools

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…
C++RAD Studio

5 Easy Things To Learn Using C++ Builder 11 CE

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 interested in learning to code then C++ Builder Community Edition may well be just the thing for you. Read the FAQ notes on…
Read more
C++Code

5 New Posts About C, C++, And Python

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…
C++IDERAD Studio

What Is Alignment And constexpr In Modern C++?

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, C++17, and greater.  When we talk about ‘alignment’ in C++ it means a set of hints or instructions that tell the…
Read more
C++IDERAD Studio

What Is Modern C++ in 2023?

Every year, the “Modern C++” term appears in many discussions. In general, the “Modern C++” term started with the release of the C++11standards. Since that time, the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon…
CodeDelphiIDE

Developing Windows Services in Windows 11: Best Practices and Tools

When you develop Windows software you come across the need for some kinds of applications need to be run for 24 hours or, in fact, continually while the computer is running. Usually, the computers in question are network servers or monitoring applications on desktop machines. In these cases, you might think about creating a console application which has a either a minimal amount of interaction or…
Read more