Suppress console when calling “system” in C++

前端 未结 5 1726
灰色年华
灰色年华 2020-12-17 16:57

I\'m using the system command in C++ to call some external program, and whenever I use it, a console window opens and closes after the command finishes.

5条回答
提交回复
热议问题