© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. GladstoneC++ Software Interoperability for Windows Programmershttps://doi.org/10.1007/978-1-4842-7966-3_2

2. C++ Components and C++ Clients

Adam Gladstone1  
(1)
Madrid, Spain
 

Introduction

In this chapter, we introduce the C++ codebase. This consists of a small set of statistical functions and classes. The intention is not to provide a fully fledged statistical library, but rather to provide some limited but useful functionality that we want to expose to clients. The functionality is only of interest insofar as it illustrates how we might expose it later to clients.

We start off by looking at the code, taking note of the functions we want to expose and the ...

Get C++ Software Interoperability for Windows Programmers: Connecting to C#, R, and Python Clients now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.