C++Code

5 Of The Many Reasons LearnCplusPlus.org Is A Hidden Gem

Hello C++ Developers, LearnCPlusPlus.orgis packed full of great articles for professionals and beginners alike. The posts vary from articles suitable for people who are just starting to learn C++ – basics like string handling, pointers, loops and all those fundamental building blocks of this rich and powerful programming language – to much more in-depth and advanced subjects…
Read more
C++Code

5 Things To Learn About C++ To Kick-Start Your Skills

Happy New Year to All Developers, We had a great year, 2021 passed by full of new C++ posts inLearnCPlusPlus.orgwith great articles for professionals and beginners, most examples were compatible with different C++ IDE software and C++ compilers. In this year we published about 400 posts in 18 different categories including some special categories like Artificial Intelligence, Game…
Read more
C++Delphi

5 Ways To Modernize Your Data Access Pipeline

Building database applications with Windows IDE: RAD Studio (Delphi & C++ Builder) gives the best experience for developers. For instance, if you want to connect to a database, just drop a database connection component into the project and select the source of the data.
C++Delphi

5 Apps To Help You Manage Your Automation

Advances in control system technology and robotic process automation software are changing how enterprises view and manage business processes and workflows. From improved asset utilization, faster process completion, to real-time data access, automation opportunities are limitless. However, many companies find automation projects challenging to execute as it takes more than “just technical…
Read more
C++CodeDelphiIDERAD Studio

New Platform Identifiers in RAD Studio, Delphi and C++Builder 11 Alexandria

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…
Read more