Hello C++ Developer, this week we have a new meeting about the latest C++ Builder 12 update, and we have 3 new posts to share with you. In these posts, we explain TViewport3D and TMesh components and we create a parametric torus function to draw different torus types in modern C++. We have two more posts about modern data containers, these are std::set and set::deque
C++Builder has a brand new…
How To Use The Firebase API To Add, Read, and Delete Data In A Realtime Document-Oriented Database
March 1, 2024
Currently, the use of a remote database for storing various types of data (such as product and user information for an online store, patient details in a clinic, etc.) is highly relevant. Also, more and more developers want to create cross platform apps to access the data on…
What Are The C++ 17 Random Number Generators
February 28, 2024
Hello developers, I hope you are all happy and well. This week we have new C++ posts about modern random generators in modern programming today. Since C++11, in addition to rand() and std::rand(), we have new random number generators. These are called Mersenne Twister random…
How To Use Data Containers With C++ Builder 12
February 21, 2024
Hello developers, I am really happy this year about the new version of RAD Studio 12, it has been released with a big impact of a lot of enhancements and quality improvements in C++ Builder 12 and Delphi 12. After this release, Embarcadero has restored the ability of the 12.0 GetIt server to install additional packages from the RAD Studio 12 Athens IDE via the GetIt package manager. New…
The Long and Winding Road To Today's Delphi - Happy 29th Birthday !
February 14, 2024
The Long and Winding Road To Delphi’s 29th Birthday
This blog post contains a quick look at 29+ years of development, innovation, community and fun with Delphi.
It Started with Pascal
In order to get to today’s 29th year of Delphi, we have to start back in 1970…
Embarcadero has now restored RAD Studio 12, Delphi 12 and C++Builder 12 product and trial installation through the online (GetIt-based) installer. This is in addition to the RAD Studio 12 GetIt Packages availability, covered by this blog post.
The build we are making…
Let's Develop A C++ Optimization AI App By Using Genetic Algorithms
February 9, 2024
Hello Everyone, this week we have new C++ posts that can be compiled with C++ Builder (versions 10, 11, or 12) or any other compiler that supports C++17 standard and beyond. AI technologies are evolving rapidly, and our first post is about the Genetic Algorithm (GA), first mentioned by Željko Kovačević (Embarcadero MVP). Željko has amazing VCL Examples and blog posts about C++ Builder.
Embarcadero has restored the ability of the 12.0 GetIt server to install additional packages from the RAD Studio 12 Athens IDE via the GetIt package manager.
The rebuilt GetIt server for RAD Studio 12 now uses a cloud-based infrastructure in order to offer higher…
Let's Learn Modern C++ With C++ Builder 12 In Examples
February 2, 2024
Hello everyone, this week we have new C++ posts that can be compiled with C++ Builder 12 bcc64x or any compiler that supports C++17 standard and beyond. In this week’s posts, we explain what a copy assignment operator is and its types in usage with many C++…
How To Create A Real App That Runs In The Cloud
January 30, 2024
Hello developers. Our previous sessions in our Winter Webinars series which showed you how to create a real Android app step by step“, how to create a real iOS app (even if you do not have a mac), how to create a real windows app, create a real Mac app, are extremely popular. It’s great to get positive feedback on the webinar content too. In a previous session I covered how to create…