Introduction
The DolphinDB API allows seamless data transfer and script execution between the DolphinDB server and C++ client. Using the DolphinDB API, you can leverage DolphinDB's powerful computing and storage capabilities to manipulate, analyze and model data within a C++ environment.
This tutorial has following main chapters:
-
Quick Start - includes compiling the DolphinDB C++ API, a simple demo, and some common operations to get you up and running quickly.
-
Data Types and Forms - covers type conversion between DolphinDB and C++, and operations on various data forms.
-
Basic Operations - introduces the core classes and methods for interacting with DolphinDB, including creating connections, subscribing to stream data, writing to the server asynchronously, etc.
-
Troubleshooting - describes frequently asked questions on compilation and exceptions that may be encountered in use, and gives solutions.
You can post any questions about the DolphinDB C++ API on Stack Overflow with the "dolphindb" tag. We actively monitor Stack Overflow and will respond to your questions promptly.