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 apps…
Read more
Delphi

Live event : The Apocalypse Coding Group.

Don’t miss Part 7 & 8 of the Apocalypse Coding Group on 25. & 26.04. 14:00 UTC. With: Andrea MagniCraig ChapmanGlenn DufkeIan BarkerJim McKeethan me… Where MVP’s are trying to convince the viewers that they are worthy of this title, although it did not look like this…
C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044   I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decompose PathInfo into std::vector<UnicodeString> and put it in. //// std::vector<UnicodeString>…