C++IDERAD Studio

How C++ Program Works With Libraries

The C++ programming language is one of the most popular programming languages. C++ is the highly evolved and modern app building software comes with a lot of libraries and with header files to define functions in these libraries. Libraries are one of the main important parts of the C and C++ languages. For example, you can use <stdio.h> library – or <cstdio> in C++ – for the…
Read more
C++CodeDelphiRAD Studio

Learn to Use Powerful SGC WebSockets WebRTC in C++ Builder

Do you want to learn what Websockets? What is WebRTC? How can we Install and use SGC Websockets WebRTC? Can we use web sockets compatible with HTTP proxies? How do I find easy-to-use WebRTC components for C++ IDE? The present post answers these questions as below. We have other articles on the blog showing some of the many uses of the Websocket protocol – you can find them by clicking…
Read more
C++CodeDelphiRAD Studio

MQTT: How Do I Write An App To Communicate With IOT Devices?

We can easily write apps that communicate with IoT devices when we combine MQTT with Windows App Development like Delphi. Follow along with us now as Bruno Mileto tells us how to do it. IoT – the unseen world Internet of Things, or IoT, is a concept that defines the connection between physical objects with the user and the internet. It makes use of intelligent sensors, in addition to…
Read more
CodeDelphiIDERAD Studio

Working Example Code of Using STOMP In Your Application

STOMP is the Simple (or Streaming) Text Oriented Messaging Protocol. STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms, and brokers. You may use IDE Software such as Delphi for STOMP. You can check the latest version of the STOMP specification…
Read more