C++Delphi

The Power Of The Future Is Rooted In The Past

First programming languages were written in the 1950s, long before our modern day ide software was even a twinkle in the eye of the most forward-thinking minds. Those early languages were very close to the hardware. Instructions were extremely unsophisticated and were almost one-to-one conversions of a circuit’s purpose: load value, multiply value, subtract value. In fact, multiplication was…
Read more
C++CodeDelphiRAD Studio

Everything You Need To Use REST In Your Apps Now

What is REST and why should I learn more about it? REST is a type of software architecture that was designed to ensure interoperability between different Internet computer systems. Basically, the idea is that services that comply with REST architecture can more easily communicate with one another, whether you are designing mobile apps, Linux, macOS, or purely Native Windows Development. REST…
Read more
C++Code

How To Migrate Legacy C++ Apps To Unicode

This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version. We will look at…
C++DelphiRAD StudioWindows

How To Change Your Background On Windows

Vaporwave and synthwave, which combine futurism and nostalgia, have become popular in recent years. We commissioned a Brazilian artist to create a vaporwave aesthetic for RAD Studio, Delphi, and C++Builder. What better way to mark the occasion than with some vaporwave desktop wallpapers and Win32 API calls? There is a separate wallpaper for RAD Studio, Delphi, and C++Builder, so you can choose…
Read more