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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -