Tag Archives: 7

Run Turbo C in full screen in Windows7

Posted on

Hello friends,
Today everybody has upgraded to Windows7,but engineering students face problems of full screen in Turbo C in Windows7.
I have a solution to this problem.
1st Solution:

1.Download and install the usual Turbo C program.

2.Then you have to download Emulated Turbo C++ and the password is mohitsaxena

3.Just install it as usual and run it.

2nd Solution:

1.Install the Turbo C as usual and then download Dosbox for Windows here.

2.Run Dosbox which is just similar to dos of windows,but it has slightly different commands from Windows Dos.

3.Here you will find that default drive is Z:\.As we all install turbo C in C:\ mostly.So,for changing the drive ,type mount c c:\ and then press Enter.But it will still show you some error,then again type C:\ and press Enter .

4.Now the drive will be changed and normal windows dos commands will work.So,type cd TC.Then, cd bin and finally TC.exe.Now Turbo C will start through Dosbox.

5.The main use of Dosbox is that it has full screen mode.For full screen mode press Alt plus Enter.

And your full screen Turbo C will start running.

There are other ways too like disabling the graphics but in some computers ,they dont work.

I will advice you to go any one of the above,but i will say you must have found the first one easy.So go for it.

In the next post,i will write about How to run graphics program in Turbo C in Windows.Also,do write your views and post your problems in C/C++ program.