C++

LearnCPlusPlus.org :: Learn about Input & Output, Constants, Literals, Data Types, Learn to use VCL & FMX Styles, Generic Algorithms and more

Dear C++ Builder Developers, We keep adding a lot of great blogs from the LearnCPlusPlus.org website for beginners, new developers in C++ Builder, and professionals. We have another great new C++ Builder post picks from the last week.  Do you want to modernize your C++ applications on Windows? Try Styles in C++ Builder, it comes officially with Rad Studio and very easy to use glomerulus…
Read more
C++DelphiRAD Studio

Easy Serialization From Query To JSON

This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO…
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…
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…