After arrival of new operating systems like windows 7 we all have faced that how the computing has become easy as they are so user-friendly. But with so advantages of these operating systems has given rise to compatibility issues with old Programs.
This is the one of the problem from them.
C++ program screen open in small window in windows 7.
I hope my this post will help you run turbo C++ IDE in windows 7 with fullscreen
First you should know about a software named DosBox.
which helps you to run C++ in Full screen and old Dos Games and Programs very easily over your new OS.
So What is DosBox?
DosBox is virtualization software which is capable of running the old DOS programs and games. It emulates Dos which was installed on Windows 98 & 95 which helps in running old Dos applications.
You can Download DosBox from www.dosbox.com for Free!.
Now Install DosBox on your PC.
Now watch How to Run turbo C++ IDE in windows 7 with fullscreen.
This is the one of the problem from them.
C++ program screen open in small window in windows 7.
I hope my this post will help you run turbo C++ IDE in windows 7 with fullscreen
First you should know about a software named DosBox.
which helps you to run C++ in Full screen and old Dos Games and Programs very easily over your new OS.
So What is DosBox?
DosBox is virtualization software which is capable of running the old DOS programs and games. It emulates Dos which was installed on Windows 98 & 95 which helps in running old Dos applications.
You can Download DosBox from www.dosbox.com for Free!.
Now Install DosBox on your PC.
Now watch How to Run turbo C++ IDE in windows 7 with fullscreen.
- Create New Folder in your drive where windows is Installed and give name it DOS.
- Now install C++ in to that Dos Folder or copy the TC folder to Dos Folder.
- Now Open Dosbox.exe from Desktop or from the installed directory.
- You will see a Dos screen with Z:\> as your local drive.
- Now write ‘mount c c:\Dos’ and you will see a message saying Drive C is mounted as local directory. It means that your ‘C:\>Dos’ is your local directory.
- Now write ‘C:’ and press enter. You will enter into C drive.
- Write ‘C:\>cd TC’ which will take you into C:\>TC\ .
- then Write ‘C:\>TC\cd BIN’ which will take you into C:\>TC\BIN
- Now Run TC.EXE by typing ‘TC.exe’ or just ‘TC’ and pressing enter.
- Ok last step PRESS ALT + ENTER daaaa..... thats it .