CodeDelphiHow-To'sTech Partner

How to View Digits of Pi in Real-Time with Delphi for Pi Day 2024

Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software. To celebrate the recent π day 2024 with a Delphi flavor I revisited the previous sample I made with Rudy’s Big Numbers library adding the functionality to view the digits of π in real time as they are being generated. Previously it would generate any number of digits you wanted, but you could only…
Read more
C++Code

A Complete Guide To The List Of Features In C++ 11

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon…
C++Code

How To Use Graphics With Modern Data Containers In C++ Builder 12

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…
Read more
C++CodeRAD Studio

What Are The C++ 17 Random Number Generators

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…
C++CodeRAD Studio

How To Use Data Containers With C++ Builder 12

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

We've Updated The HUGE Delphi Anniversary “Innovation Timeline” Infographic. Grab it Now!

Do you recall the Delphi Innovation Timeline Infographic Embarcadero published on Delphi’s 27th anniversary two years ago? Well, we’ve updated it this year for Delphi’s 29th! And you can download it free here: Get The Printable PDF What is The Delphi Innovation Timeline Infographic? The Delphi Timeline Innovation Timeline infographic is a visual trace of the history of…
Read more