Turbo C/C++ doesn't run in full screen in Windows 7, 8.
To get rid of this, most people use DOSBox but that will get your Turbo C/C++ to work slower and file handling codes won't work.
There is yet another simpler and better way as a solution. Here's what you do:
height: 25
height: 25
top: -4
To get rid of this, most people use DOSBox but that will get your Turbo C/C++ to work slower and file handling codes won't work.
There is yet another simpler and better way as a solution. Here's what you do:
- Open Turbo C/C++. Click on the uppermost left corner icon of the window.
- Click on Properties.
- Go to Font tab.
- Choose font as Lucida Console.
- From list of font size, choose 28.
- Go to Layout tab.
- Uncheck ‘Let system position window’.
- Now, do the following changes:
- For screen buffer size:
height: 25
- For window size:
height: 25
- For window position:
top: -4
- Click on OK.
No comments:
Post a Comment