dimanche 5 janvier 2020

How to run a console process inside a c++ console

So basically I designed this c# application that has a cool design, but instead of remaking it to put back into c++ I want to make my life easier and just make it run inside of a c++ console application. The problem is I can only figure out a way to run the application in the c++ console as an external process and not actually embedded in the c++ console (they are both console applications) Is there any way that I can start the c# console inside the c++ console?

This is my code on c++ int result = system(location);

If anyone has any ideas, please let me know. Thanks!

Aucun commentaire:

Enregistrer un commentaire