CppSharp is a library that allows you to generate .NET bindings that wrap C/C++ code allowing interoperability with managed languages. This can be useful if you have an existing native codebase and want to add scripting support, or want to consume an existing native library in your managed code.
## Getting started
## News
* September 11st 2013 - New binaries available for Windows (VS2012)
## Binaries
Since binary releases have not been provided yet, you will have to compile the project and dependencies manually (LLVM and Clang).
The documentation is still a work-in-progress, please see the following resources for more information:
@ -42,4 +48,4 @@ Since C and C++ provide such a wide array of features I'm sure there's still ton
@@ -42,4 +48,4 @@ Since C and C++ provide such a wide array of features I'm sure there's still ton