Ada Lovelace published the first computer program in 1843. Since then, programmers have been trying to simplify the art of programming. Although the low code movement is gaining in popularity and increasing adoption as a methodology, its essence is not new. If we define “low code” to mean “easy code reuse”, then it is a polished word for an age-old struggle. From inventing…
8 Go-To Resources About Development On Windows
April 11, 2022
Alvin Toffler once wrote: “The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn and relearn.” Ironically, we are in the 21st century, and Windows software development is not an exception. This…
The Ultimate Cheat Sheet On Windows 10 App Development
April 4, 2022
Today is an exciting and dynamic time to be a developer. Technology advances seem to have accelerated and, with this, our software projects seem to paradoxically expand and shrink simultaneously. They expand because more devices and environments are becoming available to…
The C++Builder 25th Anniversary: Visual Development, the Power of the C++ Language and 2.5 decades of Continuing Excellence
February 26, 2022
Delphi version 1 was launched at the Software Development Conference in San Francisco on February 14, 1995. I and other team members would travel around the world giving demonstrations of the IDE, Object Pascal language, VCL components, and database connectivity. When Delphi was released, one of the frequently asked questions was, “where is the Borland C++ version”. At that time we…
Building The Future With Delphi #Delphi27th
February 9, 2022
Bill Clinton was President, Windows 3.1 was king, and CompuServe was still a thing. The R&D team at Borland Software Corporation which included Anders Hejlsberg, Gary Whizin, Chuck Jazdzewski, Dave Scofield, Allen Bauer, Hank Cox, Marc Cousineau, and Ray Kaestner…
Working with VCL Styles and the Bitmap Style Designer #Delphi27th
February 8, 2022
I was discussing VCL Styles and the Bitmap Style Designer recently and came across a few webinars that I thought would be great to revisit.
VCL Styles are a fast and easy way to give your VCL application a modern UI. RAD Studio, Delphi, and C++Builder ship with 39 VCL…
13 Things About Native Windows Development You May Not Know
February 1, 2022
Software development is an exciting journey. Choosing the best development tools can considerably save us from many troubles down the road. Although every developer has some considerations regarding native windows development, there might be some exciting points you may not have known. So let us explore them together.
1. Are all native development tools equal?
Not all native…
How To Make Splash Screens, Icons, Bind Data And More In C++
January 13, 2022
Hello C++ App Developers,
Professional applications have greatIconsandSplash Screens. They catch the user’s eye and help add to an overall impression of quality and attention to detail. Today we link to a couple of really great articles on how to…
Why We Love Windows Development (And You Should, Too!)
January 11, 2022
I can say, with confidence, that desktop apps are not dead, in fact they are very much alive and thriving. Web apps are on the rise and it’s a common trope to say that web applications can replace windows app development. But they couldn’t do that. In some cases…
6 Ways To Improve Your C++ (And Neural Network!) Knowledge
November 15, 2021
Hello C++ Developers,
LearnCPlusPlus.orgis packed full of great articles on new modern C++ topics for professionals and beginners. In this article, we point you toward some recent great posts about how to open old project files like *.mak and *.bpr files, how to create a DLL in FMX projects, and 64bits VCL Component. Do you want to set the runtime process priority of your applications in…