RAD Studio

Federal Institute of São Paulo is the newest partner of the Embarcadero Academic Program in Brazil

Federal Institute of Education, Science and Technology of Sao Paulo – IFSP and Embarcadero Technologies form a partnership and will now make it available to teachers and students from all units of the Institute. The Federal Institute of Sao Paulo The Federal Institute of Sao Paulo is a century-old institution that has 41 units present throughout the State of SP, with more than 80 thousand…
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…
CodeDatabaseDelphiIDEInterBaseRAD Studio

The Long and Winding Road To Today's Delphi - Happy 29th Birthday !

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 with the creation of the Pascal programming language by Niklaus Wirth (1984 ACM Turing Award Laureate) and his team at…
Read more
C++RAD Studio

Let's Learn Modern C++ With C++ Builder 12 In Examples

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++ examples. In the other post, we explain the type-safe union, std::variant with examples. In the last post that we picked, we…
Read more
C++CodeRAD Studio

Useful C++ 17 Features That You Should Learn

Hello Developers, in my opinion, the C++17 standard is one of the biggest milestones in the history of C++ development. It is amazing with a lot of new features, and in this weekly round post, we have another three important features that you should learn. We explain the new optional class template, we teach you how to use alias templates for traits and we explain what std::any is and how…
Read more