C語言system函數

函數名: system 功 能: 發出一個DOS命令 用 法: int system(char *command); system函數已經被收錄在標準c庫中,可以直接調用。 例如: #include<stdio.h> #include<stdlib.h> int main() { printf(「About to spawn and run a DOS command\n」); system(「d
相關文章
相關標籤/搜索