cpp-embedding-mono
C++ Mono Embedder
Demonstrates how to embed the Mono runtime into a C++ program to run .NET code.
Small sample on how to embed the mono runtime into a C++ program.
21 stars
3 watching
2 forks
Language: C++
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hsivonen/recode_cpp | A test and demonstration project for encoding_rs in C++ | 2 |
richelbilderbeek/travis_cpp_tutorial | A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
nouamanetazi/bloomz.cpp | An implementation of BLOOM-like models in pure C/C++ | 810 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 580 |
furfurylic/commata | A header-only C++17 CSV parser library | 13 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 51 |
only-cliches/cpp-wasm-loader | A C/C++ to WebAssembly loader for Webpack | 131 |
tbenthompson/cppimport | A tool to import and compile C++ code from Python directly during runtime | 1,195 |
mosure/inversify-cpp | A C++17 inversion of control and dependency injection container library | 14 |
zhreshold/mxnet-ssd.cpp | A C++ object detection module for mxnet-ssd | 97 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 86 |
3dgen/cppwasm-book | A comprehensive guide to programming with C/C++ and WebAssembly | 1,370 |
microsoft/cppwinrt | A language projection that allows C++ developers to access Windows Runtime APIs with standard C++17 compilers. | 1,682 |