Pages

Saturday, 29 December 2012

C++ Compiler

What is a Compiler?
You are learning a Programming Language but the computer don't understand this language. You need a translator who will translate your program so that the computer can understand. We can say that the compiler is a translator. The compiler converts your source code to another computer language. Now we can define the compiler as:
A compiler is a computer program that transforms our source code written in programming language to the target language often as binary code or object code. 

There are a lots of compiler available in internet you can google it to download, but i personally recommend you to use Turbo C++. From the link given below you can download it for free. 


If you are having trouble with this compiler then you can choose from a lots of alternatives some is given below:

No comments:

Post a Comment