-
Notifications
You must be signed in to change notification settings - Fork 6
Home
jsmith edited this page Aug 22, 2016
·
5 revisions
#Welcome to the CPlusPlusCLI-Tutorial wiki!
The goal of this tutorial is to walk you through creating C++/CLI libraries that act as bridges between your unmanaged native world, and the managed .Net world.
Below is a list of tutorials that currently exist within this repo.
- C# --> C++/CLI Bridge --> Native C - The C# library is wrapped by the C++/CLI bridge which is then used by Native C to interact with .Net managed code