如何在 Visual C++ 中查看完整的输出2008年

发布于 2024-10-16 14:51:36 字数 86 浏览 5 评论 0原文

我的程序的输出非常大,就像我运行了100次for循环,每次显示5-6行。问题是,当我运行输出时,它仅显示最后 20-25 个结果。是否可以一次性得到所有结果?

my program's output is very big, like I run for loop for 100 times, displaying 5-6 lines every time. Problem is, when I run output, it displays only last 20-25 results. Is it possible to all of the results at once?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初见终念 2024-10-23 14:51:36

这是控制台应用程序还是 GUI 应用程序?如果是控制台,您可以增大屏幕缓冲区大小 - 从左上角的控制台图标中选择“属性”菜单项,然后转到“布局”选项卡,将屏幕缓冲区大小中的“高度”更改为更大的值。

Is this a console app or a GUI app? If console, you can make the screen buffer size bigger - select the Properties menu item from the console icon in the upper left corner and go to Layout tab, change the Height in the Screen Buffer size to something much larger.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文