We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd814fe commit b7eacbbCopy full SHA for b7eacbb
README.md
@@ -1,5 +1,5 @@
1
-CppSharp is a tool and set of libraries to turn existing native C/C++ libraries
2
-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#).
3
4
It is a tool that takes C/C++ header and library files and generates the
5
necessary glue to surface the native API as a managed API. Such an API can be
0 commit comments