C++ComponentsDatabaseLanguage FeatureLearn C++

Why You Should Use IPWorks MQTT Lib To Communicate with IoT

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…
Read more
C++DatabaseLanguage FeatureLearn C++

How To Make A Simple REST Client In C++ And More

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…
Read more
C++ComponentsDatabaseLanguage FeatureLearn C++

Learn To Use MySQL Database Connections In C++ On Windows

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…
Read more
C++C++11C++14C++17DatabaseLanguage FeatureLearn C++

Learn To Use Powerful Cryptographic Hash Functions In Modern C++ On Windows (SHA, SHA2, MD5, BobJenkins)

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