IDENews

Streamlining RAD Studio Upgrades with GetIt

This guide covers streamlining GetIt packages during and upgrade and installation for a smoother upgrade experience. When upgrading between major versions, the Settings Migration Tool simplifies keeping your settings. It is also great for migrating a subset of your settings between alternative registry keys. When upgrading minor versions, your registry settings are automatically persisted…
Read more
C++Code

The Top 6 Picks From Last Week On LearnCPlusPlus.org

Hello Dear C++ Developers, LearnCPlusPlus.org is the ultimate place to learn how to use the powerful Modern C++ language in easy steps. We try to use the latest RAD Studio, C++ Builder versions (10.4.2) to test the modern ways in CLANG C++ Standards. Because of CLANG, most of our posts are compatible with Dev-C++, C++ Builder Community Edition, Visual C++, GNU C+/C++, Objective-C. Some of our…
Read more
C++

High-Performance C++ NMEA Parser GPS Interface

Most GPS modules have a serial port, which makes them excellent to connect to a microcontroller or computer. It is common for the microcontroller to parse the NMEA data. Parsing is just removing the pieces of data from the NMEA sentence so the microcontroller can do…
RAD Studio

Quickly Control Light Bulbs Using FireMonkey

ThingConnect IoT device component pack is one of the best areas of RAD Studio. It offers you to connect to dozens of IoT devices with easy-to-use interfaces. For instance, you can connect to the Aeon Labs Light Bulb using Delphi or C++ Builder. As you can see these light bulbs can be controlled by other devices. You can schedule events using your FireMonkey based mobile…
Read more
C++Delphi

Rapidly Create Cloud Aware Native Applications

You get built-in components to work with Microsoft Azure and Amazon Web Services. For instance, Data.Cloud.AmazonAPI contains classes that implement the API for using the Amazon services (such as queue, table). And the TAmazonStorageService class allows you to connect to theAmazon Simple Storage Service (S3)service easily. Here are some of the methods that allow you to manage…
Read more