Mobile applications are in high demand, and to stay competitive in the throes of a turbulent economy, it’s important to strive to provide high-performance, easy-to-use mobile apps to your users. Choosing the right set of tools is as important to a software developer as it is for a carpenter or sculptor. Hitting a nail with a screwdriver produces poor results and takes a lot longer with more…
What are vcle.lib and rtle.lib?
November 7, 2022
Solving an interesting issue upgrading a project from Classic to Clang.
A recent blog comment asked for help where a Clang project was linking to vcle.lib, but the library did not exist in the Clang linking path (lib/win32c/release): it’s present only for the classic…
Artificial Intelligence - A Complete Guide To Programming In C++
November 2, 2022
We may be in the cusp of a new era with Artificial Intelligence (AI) Technologies. What part can C++ software play in the advancement of artificial intelligence? Read on to find out more.
Is Artificial Intelligence Science Fiction or Science Fact?
We’ve all seen…
As published in the Official Gazette of the Executive Branch on 10/26/2022, Centro Paula Souza (CPS) and Embarcadero renewed their partnership in providing academic licenses for CPS units for another 24 months.
This guarantees an extension of Embarcadero Technologies RAD…
Advanced Programming - A Complete Guide To Programming In C++
October 28, 2022
A Complete Guide To Advanced Programming In C++
This article is part of a series which teaches you the basics of how to write C++ software. C and C++ both make use of pointers. Often, new C++ programmers can struggle with both the concept and correct use of pointers. In…
Graphics - A Complete Guide To Programming In C++
October 26, 2022
All visual displays are formed from pixels – small RGB LED groups on your computer screen. These pixels are small colored lights which combine together into what we perceive as graphics and text. C++ is one of the best programming languages to analyze and draw these…
Keeping secrets on Amazon Web Services
October 25, 2022
Keeping secrets can be tricky. Thankfully, Amazon Web Services has several tools in its toolbox to help. Let’s start by talking about AWS Secrets Manager and then go on to show how you can work easily with Amazon secrets in your Delphi cross-platform apps.
What is The…
How C++ Works With Libraries and More
October 24, 2022
Hello everyone, we have new great posts about C and C++ coding that may help and motivate you, your kids, or your students to start new apps on Windows, iOS, Android, Linux, iOS, or on IoT systems. This week’s topics are a round-up of some new great C and C++…
A Complete Guide To Programming In C++ - Visual Programming
October 21, 2022
Programming languages have evolved well thanks to the development of the technologies, the availability of education in the technical sciences, and the continuing curiosity of the human mind about searching for and creating new things. Some of the most cutting-edge…
A Complete Guide To Programming In C++ - Object Oriented Programming
October 19, 2022
This article is part of a series which teaches you the basics of how to write C++ software. One of the biggest differences between the C and C++ programming languages is that C++ is an Object-Oriented Programming (OOP) language that supports using Classes. In this post we…


