More line in console output of VS2010

后端 未结 3 944
甜味超标
甜味超标 2020-12-31 04:27

When I run my program in VS2010, because my output quite a lot,the console just discards my previous output.

For example, consider my output to be of 400 lines, line

3条回答
  •  感情败类
    2020-12-31 05:29

    Console.BufferHeight = x;
    Console.BufferWidth = x;
    

    Sets the height and width of the console buffer.

提交回复
热议问题