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…
How To Create A C++ App For iOS On A Windows PC
June 9, 2022
Creating fast and reliable apps for iOS is very important for beginners and professionals alike whether they are developing C++ app for iOS or for any of the other operating systems and targets. C++ is subjectively the World’s most powerful programming language and…
In a world where people are constantly glued to their gadgets, it’s no surprise that businesses are starting to invest more in mobile app development. But with so many different types of devices out there, how can you make sure your app will work on all of them? The…
Speaking at Italian Delphi Day 2022
June 9, 2022
In two weeks, I’ll be giving a couple of sessions at the (online) Italian Delphi Day event, organized by Wintech Italia.
This year the Italian Delphi Day event (one of the longest running yearly Delphi conferences) is scheduled for June 21st to 23rd. Once again, it will be online and it’s free to attend. Check the details on https://www.delphiday.it/ (sign up should be available…
This Is The Best Open Source C++ IDE For Windows 11
June 8, 2022
An IDE (Integrated Development Environment) is a software application that provides a complete set of features for the windows development. Code is generally written in text format, and you can easily edit or modify your code using text editors like Notepad, etc. If you are…
In today’s modern world, where billions of people use mobile devices, organizations need to have a solid mobile app strategy. In fact, mobile has now become the leading platform for customer engagement. When it comes to mobile app development, most developers these…
Last week we look at the Python developer side of the Embarcadero Python Ecosystem with DelphiFMX. This week are are looking at the Delphi (and potentially C++Builder) side of the ecosystem.
Embarcadero Open Source Live Stream
The next installment takes a look at the new Python Data Sciences Libraries and related projects that make it super easy write Delphi code against Python libraries…
What Is The Best C++ Compiler For Windows In 2022?
June 7, 2022
C++ is one of the most powerful programming languages 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++ compiler for Windows is very important for beginners and professionals since…
The Next Big Thing In Analytics And Reporting Tools
June 7, 2022
The world is becoming increasingly data-driven. Without data, businesses cannot succeed and expand. They may have a stream of data coming from different sources, but it is useless without analytics and reporting tools.
Data is a critical asset for businesses as it…
Do All Great C++ Apps Use Lambda Expressions?
June 6, 2022
Hello Dear C++ Developers, Do All Great C++ Apps Use Lambda Expressions?
Here’s a great selection of post picks from LearnC++ and here on the Embarcadero blog to help you create C++ apps. We describe the pros and cons of C++ Lambda Expressions and take you through how and when to use this powerful C++ language construct. We explain fscanf usage in modern C++ with examples,. Fscanf can be…