# MariaDB Connector/C++ OverviewO

MariaDB Connector/C++ enables C++ applications to establish client connections to MariaDB database products over TLS.

{% hint style="info" %}

<p align="center">The most recent release of <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/SqfXECGIAb32yRAtBB6W">MariaDB Connector/C++</a> is:</p>

<h4 align="center"><a href="/spaces/aEnK0ZXmUbJzqQrTjFyb/pages/UxQYwKfuIJQdfy9t075L" class="button secondary">Connector/C++ 1.1.7</a> <a href="https://mariadb.com/downloads/connectors/connectors-data-access/cpp-connector" class="button primary">Download Now</a></h4>
{% endhint %}

C++ applications can connect to MariaDB database products either with MariaDB Connector/C++ or [MariaDB Connector/C](/docs/connectors/mariadb-connector-c.md).

Using MariaDB Connector/C++ in C++ applications enables design with an object-oriented model and enables efficient dynamic memory allocation/de-allocation with smart pointers.

| Feature             | Connector/C++ | [Connector/C](/docs/connectors/mariadb-connector-c.md) |
| ------------------- | ------------- | ------------------------------------------------------ |
| Executes SQL        | Yes           | Yes                                                    |
| Object-Oriented     | Yes           | No                                                     |
| Smart Pointers      | Yes           | No                                                     |
| Implements JDBC API | Yes           | No                                                     |

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/connectors/mariadb-connector-cpp/mariadb-connector-c++-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
