C++Introduction to C++Language FeatureLearn C++

The Easy Way To Create A Windows Directory In C++

C++ has a lot of great libraries to operate on every case, on every item. We can create or delete directories by using System Commands that we explained before in this post, or we can use C++ standard library methods. In C++ Builder, we can use both of them and we can also use Disk And Directory Support Routines to create or remove directories. These methods are easy to remember, very…
Read more
C++Introduction to C++Language FeatureLearn C++

How To Check If A File Exists or Not on Windows

C++ Builder has a lot of specific methods in its SysUtils library that are included in the vcl and fmx libraries. Some of these are grouped as aPath Manipulation Routinesthat allows user to edit, extract, get and set drive name, directory name, file name, file extensions. .. etc, and these methods are combined inVcl.FileCtrl, System.IOUtils,System.SysUtils libraries.
Read more
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