Mircea Oprea

Mircea Oprea is a Software Developer based in Romania, interested in API design, cloud programming, and Agile methodologies. He enjoys discovering and exploring new technologies, a passion that resulted in many projects that can be found on http://www.mirceaoprea.net.

Follow Mircea Oprea via

06 September 2017
06 September 2017

Creating a C++/CLI Wrapper

0
91
The C++/CLI is a dialect of C++ that is designed to work with the Common Language Infrastructure (CLI). It is a replacement for 'Managed C++' and makes every feature of the CLI easily accessible from C++. Mircea demonstrates the architecture that is involved in a C++/CLI wrapper that allows you to use both managed and unmanaged code, and to provide the choice of controlling memory directly.… Read more
0
91