A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
see:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My console application developed in Visual C++ using PDCurses worked fine on Windows-10 platform. However, after Windows-11 installation, the same programs appears jumbled up. So I want use legacy console mode to continue development and testing. I am running this console application from Visual studio directly. Is it possible to set "legacy console mode" using Start > Settings > System"?
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
Here is the solution.
Windows Console Host.Properties menu option. Choose the first tab, Options. Then check the box at the bottom of the page describing Use legacy console. Press the OK button to apply.The PDCurses Application Program now works perfectly on Windows-11.