Additional Considerations and Links on RAD Studio 10.4.2
March 15, 2021
I’ve collected a few additional blog posts with information about new features in the latest version of Delphi, C++Builder and RAD Studio, which is receiving very positive external customers feedback.
Last month Embarcadero made available RAD Studio, C++Builder and…
Creating an app and starting a business is not the same as distributing written software worldwide. Globalization is the most important trend in all markets right now. If you want to stay competitive, consider localizing your software to each market or at least targeting…
LearnCPlusPlus.org :: Fibonacci Numbers, 3D Objects, Mandelbrot, And More Fun With Windows C++
March 4, 2021
Hello C++ Developers,
We keep adding great posts about C++ on our LearnCPlusPlus.org website and we have some good feedback, thank you so much. We keep adding more tutorials, snippets, videos about C++ and some very specific code. Here are some of our picks that we’ve posted in the last week. We hope you enjoy them!
Learn To Easily Develop A Fun Fibonacci Number Generator In C++ For…
One of the powerful peer-to-peer communication solutions for Delphi and C++ Builder developers is called IPWorks IPC. It is a suite of components for inter-process communications (IPC) through Named Pipes. The component set combines client, server, and remote execution…
RAD Studio 10.4.2 supports silent, automated installation of the product with no UI interaction. Silent Install is available for offline and online installation. In the offline installation there is a GOF file and the setup executable. In the online installation there is a…
Relyze Desktop: Impressive Reverse Engineering Software Suite Is Built In C++Builder
February 11, 2021
Relyze Desktop lets you reverse engineer, decompile and diff x86, x64, ARM32 and ARM64 software, allowing you to understand and visualize how native code software operates. Developed with C++ Builder we leverage the Visual Component Library (VCL) to build a sleek modern interface with a flat UI design ethos in order to bring the analysis to center stage. Relyze Desktop Standard is freely…
Powerful JEDI Code Library For Delphi And C++ Builder Developers Can Be A Massive Productivity Boost
February 5, 2021
Delphi and C++ Builder VCL community is so big that you can find a various set of libraries, functions and non-visual classes which can be instantly reused by developers.
One of the popular libraries is the JEDI Code Library (JCL) – The library is built upon code…
Powerful IDE Colorizer Lets You Customize The RAD Studio Workspace With This Plugin
February 4, 2021
RAD Studio has two modes, dark and light. Since most of the developers love different kinds of dark modes, they might need several options to choose. But, currently, RAD Studio only offers two dark and light modes.
There is a plugin called Delphi IDE Colorizer…
RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple projects in parallel it was able to compile 1 billion lines of Object Pascal code in 5 minutes on the AMD Ryzen 9 5950x 16 core machine. I wanted to see if something similar was possible with C++. This…