Hello C++ Developers,
This we will teach how to build a simple and modern chatbot C++ app with the use of Builder C++. In another post, we will teach more details about using breakpoints. Still, if you don’t know the difference between the #include <> and #include “”, we explain the difference in another great post. In C++, a cast operator is a Unary Operator which forces one data…
Picking the Best UI Framework for Windows 11 Development
March 9, 2022
This article contains the slides and the replay for the “Picking the Best UI Framework for Windows 11 Development” webinar along with the links mentioned during the presentation.
Here is the full replay of the “Picking the best UI framework for…
Windows Tools For Developers: Expectations vs. Reality
March 9, 2022
Modern application development can seem like a minefield even for experienced developers. Choosing the right Windows tools for developers that can guarantee increased developer productivity can be a seemingly overwhelming task.
In most areas of life, productivity is…
There are dozens of Windows software makers; the powerful tools and programming languages used to create Windows GUI applications. Most of them require you to write thousands of lines of code to do even the most basic tasks, such as drawing UI elements. Yes, several of them have their own RAD (rapid application development) tool, but when you compare Windows App Development Tools like…
The Story Of The C++ Compiler And How To Wow Your Users
March 4, 2022
Hello C++ Developers,
Do you want to read about the long and successful story of C++ Compiler and programming language including C, Turbo-C++, Borland C++, C++ Builder, Visual C++, GNU C/C++, and Objective-C languages and IDEs? Well I’ve included a link below to…
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…
It seemed like many people thought Windows 7 was great and Microsoft should stop there. However, Microsoft recognized that what people thought of as their primary computing device was changing. Apple’s iPad and the inexorable rise of the mobile phone meant people were starting to interact with the internet and the new streaming services in ways which threatened Microsoft’s…
Top 10 How To's: Windows 11
February 27, 2022
The most recent version of Windows, Windows 11, was released in October 2021. It is critical that you update your applications to support it. RAD Studio 11, Delphi 11, and C++Builder 11 previously supported Windows 11. Let’s take a look at our top ten How-for…
How Are Delphi And Electron Licenses Alike And How Do They Differ?
February 27, 2022
Delphi and Electron licenses differ significantly. In fact, in some ways, they are diametrically opposed. The benchmarking study cited in this blog post and the entire series of which is the seventh post looks at the similarities and differences between the two platforms.
App Store Deployment Comparison Between Delphi And Electron
February 27, 2022
This blog post compares the Delphi and Electron frameworks based on Application Store Deployment, specifically whether the framework’s IDE makes it easy to deploy directly to native platform application stores by reducing deployment complexities and shortening time-to-market. This post is part of a whitepaper benchmarking the two frameworks.
The “Discovering The Best Cross-Platform…