|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
CppSharp is a tool and set of libraries to turn existing native C/C++ libraries |
|
|
|
|
into libraries that can be consumed by other languages (such as C#). |
|
|
|
|
CppSharp is a tool and set of libraries which allows programmmers to use |
|
|
|
|
C/C++ libraries with high-level programming languages (such as C#). |
|
|
|
|
|
|
|
|
|
It is a tool that takes C/C++ header and library files and generates the |
|
|
|
|
necessary glue to surface the native API as a managed API. Such an API can be |
|
|
|
|