Hello C++ Developers. Many times, the “Modern C++” term appears in discussions. In general, “Modern C++” started with the C++11 standards. C++11 is shorthand for C++ that is based on and implements the C++ ISO/IEC 14882 standard. Similarly, C++14 is later standard, C++17 follows that, C++20 after that, and C++23 in the future. Moreover, modern C++ consists of a lot of…
How To Develop Apps With C++ On Windows
March 31, 2023
The activity of developing software is widely spread around the world, and it has become really easy to develop great apps without an extensive background in this area. There is even a phrase for it; “citizen developer”. Of course, professional, trained software…
Software Testing Fundamentals & a Must-Have Book
March 29, 2023
Software testing is one of the pillars of the software development life cycle, or SDLC (Plan – Design – Implement – Test – Deploy – Maintain). The goal behind the SDLC is to help developers build software cost-efficiently and minimize the…
Embarcadero has just released version 7.13.6 of the InterBase ADO.NET driver and its related Entity Framework support.
This release is focused on EFCore (Entity Framework Core) scaffolding support.
The primary driver has a few bug fixes mainly around the situation when you are making a connection requesting dialect 3 or with no dialect included (which defaults to 3) but the database itself is a…
10 Tips to Rapid Development With A C++ IDE
March 26, 2023
1. Download the latest C++ Builder 11 (RAD Studio 11) Community Edition / Professional / Architect / Enterprise
C++ Builder is the easiest and fastest C and C++ IDE for building everything from simple to professional applications on the Windows, macOS, and iOS…
This is the final entry in the Enterprise Article challenge. We’ve had some great submissions from all kinds of developers who are using RAD Studio with Delphi and C++ Builder for Windows app development as well as a whole host of cross-platform apps for Android and…
If you want to deploy RAD Server on a Linux environment (on-premise or cloud-based) it is mandatory to deploy an instance of InterBase as well because it is the database used by RAD Server to store all its internal data.
This is quite straightforward in most cases, and you can even do it using Docker if you want, but what if you need to deploy RAD Server and your own InterBase instance on just…
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…
Today’s enterprise article focuses on a long-running Windows development large-scale project brought to us by Didier Cabalé. Didier describes “SCULi” which forms the backbone of diagnosing maintenance issues for Liebherr’s extensive range of products…
This Is How We Optimized Brazilian Large Scale Drug Distribution
February 27, 2023
Today we have an Enterprise Article entry from that hotbed of Delphi developers, Brazil. Landerson Gomes takes us through how the strong cross platform development capabilities of RAD Studio with Delphi allowed him to help a drug distribution company streamline its processes and overcome challenges across multiple industries.
How did it all begin?
I’ve always been closely following…