This article today is from data scientist and Delphi developer Max Kleiner. Max is the author of the MaXbox which Max’s site describes as “a precompiled object based scripting tool”. Max describes his use of RAD Studio with Delphi to develop Windows software and how he uses JSON objects from HTTP requests to visualize aggregated gas storage inventory data into graphs and…
How This Motorcycle Hazard Reporting Monitoring Tool Was Made
January 16, 2023
Today’s article is from Delphi developer Alessandro Negri. Alessandro talks us through his company’s development of a potentially life-saving reporting tool which links to a system that helps visualize hazards for motorcyclists. Alessandro describes what made…
What Is The Best Tool To Use To Develop C++ On Windows?
January 13, 2023
The C++ Programming language is one of the most broadly used software programming languages. It can be downloaded from a wide range of locations with versions suitable for almost every possible operating system. This means users can easily develop applications for all sorts…
Electronics Manufacturing Made Easy With Delphi And RAD Server
January 12, 2023
We recently asked developers to get in touch with their stories of building enterprise solutions with RAD Studio’s IDE software including Delphi, C++ Builder, as well as related technologies such as RAD Server, FireDAC, and Interbase. Today’s article was written by Bruce McKibben about his Macaos system. Thanks Bruce!
What is Macaos story?
Although there are many good tools…
Learn To Develop C and C++ Apps in 2023
January 11, 2023
Hello everyone. If you want to learn C++ programming or you want to improve your skills, then perhaps 2023 is a good year to start learning C++. Every week we have a round-up of recent interesting posts on C++ and C topics from the LearnCPlusPlus website including very…
The Top 10 Most-Read Blog Posts of 2022
January 8, 2023
In 2022 the Embarcadero blog had just under two million pageviews. This reaffirms the connection between Embarcadero and the Delphi community, and the strong interest our product updates and explorations of Delphi’s capabilities generate among developers.
So which of…
Successful Windows Development With This C++ Compiler Download
January 6, 2023
C++ is the most powerful programming language and as well as being one of the world’s most popular. It has many pre-defined variables, functions and libraries. Using a fast and reliable C++ IDE is very important for beginners and professionals since it helps C++ developers in remembering which language features exist, how to use them and even detect errors when we get it wrong.
An IDE…
What You Need To Know To Use A C++ IDE For Windows
January 4, 2023
An integrated development environment, or IDE, is a software application that provides a complete set of features for application development. Code is generally written in text format, and you can easily edit or modify your code using text editors like Notepad, Word…
How To Create A PDF File With Delphi And Add An Image To It
January 2, 2023
PDF (Portable Document Format) is a widely used open electronic document format which can be easily used in all your cross platform apps. It is really convenient thanks to its compatibility with numerous programs. As a result, it is possible to view PDF documents using…
What Is Object-Oriented Programming In C++
December 30, 2022
C and C++ are one of the most powerful programming languages that can berun by Microsoft build tools for Windows and for other operating systems like iOS, Android, among others. The main difference between C and C++ is that C++ is enhanced with Object-Oriented Programming features like Classes, Objects, Methods etc. It supports advanced programming features like polymorphism, encapsulation, and…