Skip to content

Opening book details…

About this document

C++/CLI Managed Wrapper Guide by lascalic is a document available to read on EtoBox.

This document introduces managed C++ (C++/CLI) and describes how to build a managed wrapper for an unmanaged C++ code base. It first provides an overview of C++/CLI, explaining how it allows managed and unmanaged code to coexist. It then highlights some key C++/CLI syntax changes, such as the use of reference handles instead of pointers. The document concludes by demonstrating how to wrap an unmanaged C++ code base into a managed assembly using C++/CLI.

Author
lascalic
Language
EN