Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 是否有环境变量来指示控制台大小?就像 Unix 有 LINES 和 COLUMNS 一样。
我只是用set命令快速检查了一下,没有 - 至少在 Windows 7 上没有包含窗口大小的变量。
set
您可以调用 GetConsoleScreenBufferInfo 来获取有关屏幕缓冲区的一些信息,包括其大小,但由于滚动,这不会是窗口的物理大小。