汗,一直以为控制台最大80x25
c++吧
全部回复
仅看楼主
level 11
gameloftyou 楼主
貌似之前谁说过的控制台最大80x25,被误导了= =|||
#include <stdio.h>
#include <stdlib.h>
int main()
{
    int i;
    system("mode con cols=300 lines=100");
    for(i=0;i<30000;i+=2) printf("囧");
    system("pause");
    return 0;
}
2012年07月14日 13点07分 1
level 11
gameloftyou 楼主
控制台写坦克大战,雷电游戏有望啊[揉脸]
2012年07月14日 13点07分 2
level 11
不懂
2012年07月14日 13点07分 3
level 11
unix下控制台一般是80x25……
2012年07月14日 14点07分 5
level 8
2012年07月14日 14点07分 6
1