# C++ SDK

## Introduction

Binho Mission Control C++ SDK (or BMC C++ SDK for short) is a dynamic library designed to streamline interactions with Binho Nova and Supernova host adapters. It can be easily integrated into any C++ development ecosystem.

> *The BMC C++ SDK was developed in response to requests from early adopters for a C++ dynamic library, allowing them to integrate our USB host adapters into their C/C++ development environments. Unlike the Python SDK, the C++ SDK is built on a machine code version of the Python SDK, offering similar functionality but tailored for environments where native C/C++ integration is required. This allows developers to leverage the same powerful features of our Python SDK while working within a C++ framework.*

***

The next subsection explains the installation and setup steps.

{% content-ref url="/pages/PsRAKPKF66k2N9z15CTB" %}
[Installation](/getting-started/c++-sdk/installation.md)
{% endcontent-ref %}

The second subsection demonstrates the use of the BMC SDK library through some included examples.

{% content-ref url="/pages/2P6R5mWUWcY7h5U0Exc0" %}
[Example Applications](/getting-started/c++-sdk/example-applications.md)
{% endcontent-ref %}

Finally, the last section provides a general overview of how to use the library.

{% content-ref url="/pages/vCWe5yt00iEd4G9UdP7z" %}
[Using the Library](/getting-started/c++-sdk/using-the-library.md)
{% endcontent-ref %}


---

# 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://support.binho.io/getting-started/c++-sdk.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.
