使用C語言查看/建立/終止進程

描述 查看系統當前全部進程,輸出全部進程號;建立新進程,打開新的程序或應用;終止進程,對相應進程號的進程進行終止。web 代碼 #include <stdio.h>; #include <windows.h>; #include <string.h>; #include <stdlib.h>; void all(){ system("tasklist"); } void create()
相關文章
相關標籤/搜索