Run C # .Net Application from C ++
2 answers
Yes - for example using the function system
or CreateProcess
\ CreateProcessW
\CreateProcessA
[or fork
+ exex
if you are using * nix + mono]
+3
a source to share