Monday 7 October 2013

How to Run Turbo C/C++ in full screen in Windows 7, 8

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:


  • 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:
                                   width: 80
                                   height: 25
    • For window size:
                                   width: 80
                                   height: 25
    • For window position:
                                   left: -4
                                   top: -4

    • Click on OK.

    No comments:

    Post a Comment