C++

RAD Studio 10.2.2 Released Today

I am excited to announce that RAD Studio 10.2.2 was released today. 10.2 Tokyo, Release 2 (also known as 10.2.2) is an update of Delphi 10.2 Tokyo, C++Builder 10.2 Tokyo and RAD Studio 10.2 Tokyo available for any active Update Subscription customer. 10.2.2 Registered User Download Links: Delphi Tokyo: http://cc.embarcadero.com/reg/delphi C++Builder Tokyo…
Read more
C++

Don't be Afraid to Migrate Your VCL App

There are many existing VCL Windows apps built with older versions of Delphi and C++Builder, using outdated technologies and frameworks.In this demo oriented session Paweł is going to walk you through different scenarios of migrating existing Delphi VCL apps to…
C++

Building Perfect REST APIs with RAD Server and Delphi

REST API architecture has become the most popular approach for building scalable, secure, multi-user systems.Using RAD Server you can quickly publish your Delphi or C++ logic as HTTP REST API endpoints that can be used from any app and framework, including mobile, desktop and web clients. The upcoming 10.2.2 release of Delphi, C++Builder and RAD Studio in Enterprise and Architect…
Read more
C++

When programming is pure fun: creating mazes - at CodeRage

CodeRage XII is this week! (Nov 7-9.) And I have something very cool to show in one session,a weekend project that has been pure fun to write, reminding me of the days when I was a teenager learning to code and writing just because I enjoyed it. I’m generating mazes. Here’s a screenshot: The codecan solve them, too. Here the target is from the…
Read more
C++

Wi-Fi management from applications using C++Builder

Author: h.mohri UsingC++Builder 10.2 Tokyo, explain how to switchWi-FionAndroid. ManageWi-Fiswitching usingJWifiManager I usedi_JWifiManager which wrappedWifiManager.di_JWifiManager is theDelphi interface.Set the variable._di_JWifiManager f_WifiManager;use it like this. Required headers Header file for using…
Read more