Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在不使用 CreateProcess 或 ShellExecute 、 WinExec Api 函数的情况下创建进程?
虽然您可以使用system(),但这样做被认为是非常糟糕的做法(不安全、低效等)。
system()
http://www.cplusplus.com/reference/clibrary/cstdlib/system/