+44(0) 1234 567 890 info@domainname.com

Wednesday 17 August 2011

How to Install C++ in Windows 7 64 bit

03:10

Share it Please
As an developer, who don't know the importance of the good compiler for executing the developed applications? Many of my beginner developer friends,  nowadays, are confused how to use Turbo C++ compiler for C/C++ programming language in Windows 7. So, here is a tutorial how to install Turbo C++ in your PC running Windows 7. 
Some of my friends are using several tricks to use it. Some have downgraded to Windows XP. But this is not possible for all to move back to Windows XP for a single application, and becomes more difficult if you are addicted to Windows 7.
So, here is a simple tutorial on How to install Turbo C++ compiler in Windows 




  1. First of all, a fact should be known that Windows 7 don't directly support any DOS based applications to run into it. So, first of all, you need to install a third party application called DosBox 0.74.
     
  2. This application basically provides the essential environment for Turbo C++ or any DOS related application to execute in it.
     
  3. Here is a download link. Download Dropbox 0.74 
     
  4. Now, install DosBox as usual.
     
  5. Now you will need to download a installed Turbo C++. You can download it here. Download Turbo C++ installed 
     
  6. Don't download Turbo C++ setup from any other location, as it won't work. Only download it from the link provided above.
     
  7. After downloading the .zip file, extract it to C:\Turbo 
     
  8. Now go to the directory where the program DosBox 0.74 is installed.
     
  9. Open the file named DOSBox 0.74 Options.bat. It will look like below image.
                       

     
  10. DosBox 0.74 options.bat will look like this

           
Now navigate till the end of the file and insert the lines shown in the image below.


If you can't see the lines in the image, here are the same lines.


mount d c:\Turbo\
d:
cd tc
cd bin
tc

After editing is done, save the file and then open the DosBox it will open like this.



If you want to have a full screen feel, press Alt+Enter to see the window in full screen.

12 comments:

  1. excellent site. thank you very much

    ReplyDelete
  2. thankyou so much awesome job dude =)

    ReplyDelete
  3. thankyou so much awesome job dude =)

    ReplyDelete
  4. after typing command cd tc got an error message showing unable to change to tc: what should i do?

    ReplyDelete
  5. facing a problem on step 10 where the lines are being pasted.
    it says :
    Z:\> d c:\Turbo\
    Directory c:\ Turbo does not exist !

    can any1 help?

    ReplyDelete
  6. Says that #include could not be found, why is it so?

    ReplyDelete
  7. Says that #include could not be found, why is it so?

    ReplyDelete
  8. after typing those new lines and i saved as u mentioned in steps but its coming like
    Z:\>mount d c:\Turbo\
    Directory c:\Turbo doesn't exist.
    Z:\>d:
    Drive d does not exist!
    you must mount it first.Type intro or intro mount for more information.
    Z:\>cd tc
    you are still on drive Z:,change to a mounted drive with c:.
    Z:\>cd bin
    you are still on drive Z:,change to a mounted drive with c:.
    Z:\>tc
    Illegal command: tc.
    Z:\>


    its coming like i am keep on trying but no use can any one help me to come out from this

    ReplyDelete
    Replies
    1. make a new folder in c Named turbo
      then extract or copy tc file in it.
      then follow other steps.

      Delete
  9. facing the same problem as above..:(

    ReplyDelete