C++使用system建立進程

一 點睛shell system的原型以下, 其做用是運行以字符串參數的形式傳遞給它的命令並等待該命令的完成。其做用等價於在shell中執行命令sh -c string。函數 #include <stdlib.h> int system(const char *string); 二 代碼code #include <stdlib.h> #include <stdio.h> int main()
相關文章
相關標籤/搜索