I need to compile C++ code in my Windows application and append the results (output or execution errors) to a rich text box. I use CodeDomProvider Class but I'm unable to compile the code using C++ language. How can I do that?
I need to compile C++ code in my Windows application and append the results (output or execution errors) to a rich text box. I use CodeDomProvider Class but I'm unable to compile the code using C++ language. How can I do that?