Saturday, December 12, 2009

C++ With Dos Box

C++ not working on 64- bit Operating System???

C++ working but on small screen???

Nothing to worry, Dos Box is the solution :)

Dos Box is command line program which make your compter running with MS-Dos. It is intended especially for the use of old games. It is a free software, you can download it from http://www.dosbox.com/download.php?main=1 . It works with both 32-bit and 64-bit OS.

Below is the example of running c++ with Dos box, same way you can play games also.

Install Dos Box and C++ in C drive.(C++ Download).

1. Create a folder with name Dos in C drive.

2. Put Turboc3 folder in Dos Folder.

3. Run the Dos Box, the following screen will appear.


4. Write Following code in Dos Box.

  • z:\>mount c c:/dos
  • z:\>C:
  • c:\>cd turboc3
  • c:\TURBOC3>cd bin
  • c:\TURBOC3\BIN>tc

See the following picture.




5. Press Enter, now you will see running C++ but on small screen, to make it full screen

press alt+enter, the following screen you will see.




No comments:

Post a Comment