C++CodeIDERAD Studio

5 Great Modern C++ Posts To Add To Your Toolkit

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 TwineCompile component which is a multi-threaded compiler for the C++ Builder, visualization of Kinematics; the excellent and…
Read more
CodeDelphiTech Partner

What Are The Mistakes We Made In Creating Delphi Objects?

Practically every developer, even a newcomer in programming, can create and destroy objects correctly. A classic construction that is used in the majority of programs looks the following way: MyObject:= TMyClass.Create(); try {some code…} finally MyObject.Free; end; Yet, some time ago, there were a lot of discussions where to place object creation: before an exception handler or within…
Read more
C++Delphi

Developer and Development News - Sunday, 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, Safe, and Fast Code–Kate GregoryIncludes explanations of 30 guidelines along with plenty of examples, the occasional…
Read more
How-To'sInterBase

Top 10 How To's: InterBase

InterBase is a great solution for Delphi, C++Builder and RAD Studio users. Seamlessly integrated and with highly advanced security and data management features, like multi-level encryption, super-easy change tracking, data transfer speeds, quick recovery, and very low…
DelphiHow-To'sPython

Top 10 How-To’s: Delphi & Python

What would it be like to create tools that integrate Delphi with Python (including building Python GUI apps)? How much fun would it be to allow Delphi to execute Python code and call Python libraries, and allow Python to call modules in Delphi and interact with Delphi code…
C++Code

How To Migrate Legacy C++ Apps To Unicode

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