Compiler and Dev C++


1. Compiler :- basically computer can't understand English or any other human language , computer only accept data in the form of 0's and 1's also known as digital form. so it is very difficult for computer to understand human language , here  the need of compiler is arise . Compiler convert high level language (statement written in English like language) into low level language. 3 widely use compiler are Dev c++ , turbo c++ and Microsoft virtual studio. We choose Dev c++ for this session because it is very easy to use.
(a). Dev C++  :- 

This compiler has advance feature because of this we choose this . To write your first program in this compiler just press Ctrl + N  to open source file. (a text listing of commands to be compiled or assembled into an executable computer program.)
Thanks for reading.
First