Rick Kamenos writes for us today about how he took an enterprise app written in Visual Studio with C++ and rewrote it using our favorite IDE software RAD Studio with Delphi and went from an app which took hours to only a few minutes. It’s quite a compelling endorsement of Delphi considering C++ is often touted as the fastest programming language around!
What was the enterprise problem you…
Deploy Yellowfin Using Docker And Connect it to Delphi Apps
January 19, 2023
Even though Yellowfin is very straightforward regarding installation, sometimes we don’t want to mess up our main developing computer with extra applications or spin a new VM just to install one piece of software. Here is where Docker comes into play and really…
Modernizing Legacy Delphi Code? MVP Oren Aviram Shows You How
October 30, 2022
Modernizing legacy code poses less of challenge than may seem at first sight, as long as the right tool is deployed. In an on-demand webinar from DelphiCon, Embacadero MVP Oren Aviram discusses the challenges of legacy code modernization, and presents Delphi Parser, an…
This is the second year Delphi is listed in the very large StackOverflow survey and results for the language are better than last year, even if mixed in some areas.
The Delphi programming language is officially listed in the most recent StackOverflow developers surveys. It was present last year and it is there also this year (this time along with the RAD Studio IDE, in the specific…
How To Use C++ Code Editor In Engineering Applications?
June 14, 2022
Hello Great C++ Developers,
C++ Builder is a great C++ code editor and compiler to build wonderful C++ apps, that have a lot of modern features, and this is another amazing week with a lot of new C++ posts. In our picks for this week of LearnCPlusPlus.org , we will…
What Are Code Editors And What Is IDE Software?
May 25, 2022
Whether you’re new to programming or an expert developer, you need tools that make it easier to write and edit code. That’s why most developers these days use IDEs and code editors to simplify the process of coding and save time. An IDE software essentially consists of…
C++ is probably the most powerful programming language and one of the world’s most popular programming languages with many variables, functions, methods, namespaces and libraries to help you solve a multitude of problems. Using a fast and reliable C++ IDE is very important for beginners and professionals alike to ensure that when they develop C++ apps for Windows – and for other operating…
Native Windows Development Clean Code Has A Dirty Secret
March 3, 2022
There are many benefits of using clean code for native windows development, but increased productivity might be the most important. A productive development tool will save developers time and effort. Moreover, it will also minimize system downtime and customer frustration…
20 Fun Facts About Clean Code Development On Windows
March 1, 2022
If you carry out native development on windows for a living, clean coding can add fun and enjoyment to your job. Let us explore some fun facts about clean code windows program development.
1. Why is change inevitable in any software system?
A discarded software does…
The Truth About Software Development Is That Less Code Is Better
February 21, 2022
The modern-day software development industry is going through a challenging time — a falling productivity crisis. Each year this problem becomes more evident and increasingly manifests itself in a variety of ways.
This productivity drain problem has a number of underlying causes. The one I would like to address today is the overwhelming length and complexity of programming code powering…