DelphiNewsRAD ServerRAD Studio

Sqids: Integration with RAD Server and standalone library

With the launch of RAD Studio 12, RAD Server not only fully integrates the encoding Sqids library, but you can also use it in any other project through the new TSqidsEncoding class available in the System.NetEncoding.Sqids namespace. Sqids is a small open-source library that can produce short, unique, random-looking IDs from numbers. The best way to think about it is like a…
Read more
DelphiRAD StudioWebinar

How To Create A Real Android App Step By Step Guide

Hello developers. I hope you are keeping safe and well. Our next session in our Winter Webinars series was extremely popular. During the session I showed how to use RAD Studio 12 to create multi-platform apps to target Android devices. I took viewers through the steps necessary to make an Android device work – and we even had one developer watching who had been previously unable to get their…
Read more
C++CodeIDERAD Studio

Three Important C++14 Features That You Can Use In C++ Builder 12

Hello C++ Developers, Yilmaz here, community manager for LearnCPlusPlus.org. This week was another milestone for the C++ developers, the new RAD Studio 12, the new C++ Builder 12, and the new Delphi 12 were released packed full of great features, optimizations, and improvements. There was an amazing 2.5 hours of presentation about RAD Studio 12 (I think it was the longest release presentation…
Read more
C++CodeRAD Studio

Three Important Modern C++ Features That Can Be Used With C++ Builder

Hello C++ Developers, this week, we have 3 more modern C++ features that can be used in C++ Builder. In C++14 you can store string in strings using modern programming methods. In the first post, we explain how you can preserve the string format especially when we use a string in a string with /”. Containers are powerful data storage arrays in modern C++ and they are very useful for iterating…
Read more