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 generators; mt19937 (std::mt19937) for 32-bit applications and mt19937_64 (std::mt19937_64) for 64-bit applications. In the…
Read more
DelphiRAD StudioWebinar

Delphi's 29th Anniversary Webinar Replay And Slides

Well, that was a lot of fun! We just had an amazing “not your usual webinar” event where we celebrated the anniversary of 29 years since the release of Delphi. We covered all the sorts of things you would expect with a great presentation of the history of Delphi 1 by Marco Geuze of GDK Software as well as a look through some of the less usual things Developer Advocates like myself get…
Read more
C++DelphiNewsRAD StudioWebinar

How To Create A Real App That Runs In The Cloud

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…
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…
C++DelphiRAD StudioWebinar

How To Create A Real Mac App Step By Step Guide

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), and how to create a real windows app were extremely popular. During the sessions I showed how to use RAD Studio 12 to create multi-platform apps to target Android, iOS and Windows devices. Building…
Read more