//change the console size #include <stdio.h> #include<stdlib.h> //必須有 int main(int argc, char *argv[]) { system("mode con cols=80 lines=40 "); //cols為控制台的寬度,lines則代表控制台的高度。 printf("change the console size\n"); return 0; }
//change the console size #include <stdio.h> #include<stdlib.h> //必須有 int main(int argc, char *argv[]) { system("mode con cols=80 lines=40 "); //cols為控制台的寬度,lines則代表控制台的高度。 printf("change the console size\n"); return 0; }
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。