I was looking through the “What’s New in version 11 Alexandria” and found a cool tidbit about small changes in the RTL for “Platform Identifiers“. Using these platform identifiers can help in your cross platform development projects. Ensuring that all of the platform related identifiers use a consistent naming pattern will also help in your programming efforts.
The…
C++Builder Compilers Available in Version 11 Alexandria
December 1, 2021
This blog post contains the version output for the C++ command line compilers that are included in C++Builder version 11 Alexandria.
bcc32.exe --version
C:Program Files (x86)EmbarcaderoStudio22.0bin>bcc32.exe --version
Embarcadero C++ 7.60 for Win32 Copyright (c)…
9 Signs You Should Invest in Automation
December 1, 2021
In today’s economy, efficiency, speed, and productivity are key to prolonged success. However, many businesses still waste precious time and resources running manual processes that can be automated. Knowing when it’s time to automate specific manual processes can be…
What You Need For C++ Artificial Intelligence Step By Step
November 29, 2021
Hello C++ Developers,
This week we released new posts about very basic introduction level AI technologies in LearnCPlusPlus.org for professionals and beginners. In these articles, we try to explain how AI works at the programming level and how you can develop your custom neuron models, network models, or your custom activation functions in C++. In recent decades, there have been rapid…
Artificial Intelligence: Expectations vs. Reality
November 26, 2021
Let’s face it; we humans can be drawn to exaggerate and over-generalize when it comes to modern technology, especially during its early-adoption, nascent phases. This is understandable, many major tech introductions have the potential to change the way the world works…
5 Great Modern C++ Posts To Add To Your Toolkit
November 22, 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 which focus on more Modern C++ coding topics. We have articles about the…
What Is It Like To Be A Developer Stephane Jordi?
November 17, 2021
Hello. This article is part of a series where we speak with professional software developers who use Windows App Development Tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way.
Our guest today is a Delphi and C++ Builder developer who has an amazingly impressive set of pictures of him smiling…
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…
Developer and Development News - Sunday, November 14, 2021
November 14, 2021
I’ve built a C++Builder app that pulls development related news and posts from more than 50 developer focused RSS news feeds. From time to time, I’ll highlight some of the articles that piqued my interest.
Beautiful C++: 30 Core Guidelines for Writing Clean…
How To Migrate Legacy C++ Apps To Unicode
November 11, 2021
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 working with Unicode in C++ Builder. For example you may know for the string datatype C++ Builder offers several choices. Your…