Do you want to add enterprise-grade Wolfram Alpha features to your applications? You can easily use Wolfram Alpha in our C++ Software and Delphi applications by using Wolfram|Alpha API from the Wolfram Alpha with free 2000 requests monthly. It is a RESTful server and very easy to set up and get data in JSON format, which means we can easily use the REST framework to connect this data.
What is…
Do you want to learn to use MQTT to talk to IoT devices? Do you want to learn how IoT devices message each other? Do you simply want to know what MQTT is? How can we use the MQTT protocol with our IoT devices? How to use MQTT with IPWorks IoT for C++ software. In this post…
Hello Dear Developers,
LearnCPlusPlus.orgis the ultimate destination to learn how to use the powerful C++ language in easy steps. We truly believe this, and everything we do is geared toward providing you with a quick introduction to programming in C++ and how to…
How Do I Add An Ultimate AI-Driven Chatbot To My App?
June 27, 2021
Chatbots are the unctuous umami flavoring to modern enterprise-grade apps. The AI in the chatbot is the secret sauce. What you need is the recipe. A chatbot adds that extra polish to your app if it’s appropriate to your user base and the app’s purpose. At the most fundamental level, the chatbot is simply a computer program that simulates human conversation and is used to engage with…
Hello C++ Developers,
We have a lot of great feedback from the “Introduction to AI” posts and we will continue posts about AI on our LearnCPlusPlus.org website, and we will keep diving into Classes & Objects in the next weeks so keep following along.
How To Use A REST AI API The Really Difficult Way
June 20, 2021
REST AI APIs are really easy to use with RAD Studio
Look, we have been spoiling you a little too much on this site. We keep showing you how few lines of code it is to call APIs on public REST servers. We showed you comparison tests which proved that the skilled Delphi…
RAD Server CRUD Procedures - Part 3
June 18, 2021
In this RAD Server CRUD Procedures – Part 3 post we will show how to implement a FireMonkey (FMX) Client to call the RAD Server CRUD procedures and interact with the Employee Table.
In the part 2 post, we discussed modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, Put and Delete.
In the…
This blog post contains information, tools and links that I will discuss and demo during today’s TCoffeeAndCode webinar on Data Visualization.
David I’s DataViz sample code zip file (576kb)
What Inspired My Data Vizualization Journey – The Joy of Stats /…
LearnCPlusPlus.org :: Powerful Artificial Intelligence
June 14, 2021
Hello Developers!
Last time, we started with our introduction to adding Artificial Intelligence (A.I.) to your applications at LearnCPlusPlus.org, and, once again, we’ve lots of new posts. In this set of articles, we will try to explain what A.I. is and how we can…
Implementing A Blazing Fast IoT Network With MQTT
June 12, 2021
In this article, we’ll go over what IoT is, what MQTT is, how MQTT works, what MQTT entities are, how to build an MQTT message, what the rules of writing MQTT, how to implement MQTT with Windows app development tools, and much more.
What is IoT?
The IoT term defines the concept of internet-connected physical devices that can send and/or receive data. To exchange data easily, a protocol…