同步执行:
int result = system("test.exe");
异步执行: 使用windows中的start功能可以实现异步调用。
int result = system("start test.exe");
同步执行:
int result = system("test.exe");
异步执行: 使用windows中的start功能可以实现异步调用。
int result = system("start test.exe");
本文标题:cpp windows 异步执行 外部程序
本文链接:https://www.haomeiwen.com/subject/tcmzeqtx.html
网友评论