Saturday 2 November 2013

Use dosBox for C or C++

Open DosBox and type

z:\> mount c c:/

Then Type

z:\> c:

how to use dosbox

Now we are on c:\>

c:\> cd TC --------- to change directory

c:\> cd bin -------- to change directory

c:\TC\bin>TC -------- open turbo C

In dosbox for C and C++

Exit -- alt + f9

Compile and run the program clt +f9

5 comments: