In this post, you’ll learn about IoT protocols and how IoT devices communicate with one another. What exactly is MQTT? How can we use the MQTT protocol with our Internet of Things devices? By learning MQTT connections with IPWorks IoT Library, it will help you build C++ applications with the use of C++ IDE.
MQTT, Messaging Standard for IoTs
MQTT is an messaging standard protocol that…
How To Query Databases Using SQL And C++ Builder
July 17, 2021
C++ Builder is a great developer tool that is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials…
In this post, you’ll discover how we can display two-dimensional data? Can we display data in X and Y? In C++, how can we make a 3D rectangular prism? How do we generate random two-dimensional data? How can we display 2D data with rectangular bars? How can we rotate a…
How To Make A Simple REST Client In C++ And More
July 7, 2021
In this post, you’ll learn what REST is and what “RESTful” means. How can we create a simple REST client? How can we use free JSON-based APIs with REST? Is it possible to connect to JSON-based Web Services? By learning how to simply build a REST Client, it will help you to build C++ applications with the use of a C++ IDE.
Everything you need to know about REST
REST…
Learn To Develop Powerful C++ Windows Applications To Connect With An InterBase Database
March 12, 2021
InterBaseis a powerful database developed and supported by Idera / Embarcadero, it has a zero-administration, small-footprint database engine that can power your server and even run on your mobile devices as an embedded database.The InterBase 2020release…
InterBase is a powerful database developed and supported by Idera / Embarcadero, it has a zero-administration, small-footprint database engine that can power your server and even run on your mobile devices as an embedded database. The InterBase 2020 release adds a number of…
In this post we would like to give a very simple example to connect to a MySQL Database in C++ Builder with FireDAC Component which comes with RAD Studio officially.
MySQL is one of the world’s most popular open source database and it is very easy and very useful touse small to large scale databases. MySQL has MySQL Service and different editions ( Enterprise, Standard, Classic…
Learn To Use PostgreSQL Database Connections With C++
March 5, 2021
PostgreSQL is another popular database which is powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance You…
Learn To Use MySQL Database Connections On Windows With MyDAC Components
February 28, 2021
In this post we would like to give a very simple example to connect to a MySQL database in C++ Builder with MyDAC Component.MySQL is one of the world’s most popular open source database and it is very easy and very useful touse small to large scale databases.
Learn To Use Powerful Cryptographic Hash Functions In Modern C++ On Windows (SHA, SHA2, MD5, BobJenkins)
February 4, 2021
Cryptographic Hash Functionsare a one-way algorithm that takes an input of any size and produces the same size output. The cryptographic hash functions are a more secure version of the hash functions. It is one-way in that there is information loss — you can’t easily go from the output to the input again. The cryptographic hash is a more secure version of the hash function. It is most…