Jul152011

How can I Install and run C++ in Windows 7 64-bit and what is the function of compilers?

Prem Deep asks:

How can I Install and run C++ in Windows 7 64-bit? What is the function of compilers?



Comments for this Question are closed.

If you are looking for help, please ask a new question here.

We will be happy to help you!

3 Answers -

0 votes

Prithvididwana

July 16, 2011

Dear Friend Win 7 64 bit not support c++ . But you want to run in win 7 c++
you have need a vmware(vertual software for win xp) software .

0 votes

asim

July 16, 2011

u can use dos box and then install turbo c or u can use microsoft visual studio

0 votes

James Bruce

July 17, 2011

http://lmgtfy.com/?q=windows+7+64-bit+c%2B%2B

Lots of easy tutorials there for DOSBox etc, or you could just use Microsoft Visual Studio. 

To answer your compiler question though – a compiler turns your human readable code into machine readable code – something which can actually run on the computer. Generally when programming you need to convert your code into something executable. Compilers perform that function.