Wednesday 4 July 2012

How to Install C++ on 64 bit Windows 7 Operating System

Dear All,
We are facing some issue(s) due to technology, like Operating System of 32 bit & 64 bit. Here I am writing about how to install C++ Programming Language on Windows 7 Operating System with 64 bit. Please follow below steps to do so;

1. Download & Install DOSBox via Web. The link provided here http://www.dosbox.com/download.php?main=1
2. Create one folder in Drive C:\ with the name of "Turbo".
3. Download C++ Programming Language setup files via Web. There are numbers of sites offering the setup files. Copy all downloaded files into previously created folder called "Turbo" in drive C (as above example).
4. Run the DOSBox software from your system. below said screen will be displayed while executing the software.


5. Next screen will be displayed in continues fashion with this process.
6. Type the following command in opened Command Prompt "mount d c:\Turbo\" (remove comma). You will see the message appears at time of hitting enter as reply of above command. The message will say "Drive D is mounted as a local directory c:\Turbo\"


7. Now type d: to access d: as shown below;
8. Introduce command one by one as shown below by hitting enter key on every command.
9. After hitting the last command, system will start Turbo C++ on windows 7 (64 bit).
10. You can maximize the screen. It is advisable to change directory location as per your need. Now, your system is ready to start programming.


The above said steps needs to perform to start C++. One good feature is available to assign this task to system. So, system will perform this operation on behalf of you. For this, follow bellow said step;


1. Go to start menu of your operating system & navigate to DOSBox 0.74 Options. One notepad file will be open.
2. Type below said command into the opened text file. Here, I highlighted the text which needs to be entered & saved the text file.


On further, you just need to open DOSBox executable file to run C++.

No comments:

Post a Comment