Open cl.exe from C# application -
I need to compile the C ++ program from C ++ application. I need to open cl.exe in there Whenever I press the button anybody can give me some sample code.
string filePath = "c: \ program files \ xyz \ cl.exe"; System.Diagnostics.Process.Start (filepath);
Comments
Post a Comment