阅读背景:

C/ c++程序如何将自己放到后台呢?

来源:互联网 

What's the best way for a running C or C++ program that's been launched from the command line to put itself into the background, equivalent to if the user had launched from the unix shell with '&' at the end of the command? (But the user didn't.) It's a GUI app and doesn't need any shell I/O, so there's no reason to tie up the shell after launch. But I want a shell command launch to be auto-backgrounded without the '&' (or on Windows).What's the best way for a running C or C++ prog




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: