Important Terms
A
style of writing or syntax of writing a program is called Programming language.
There are two types of programming
language are given below;
i.
Low Level Language
ii.
High Level Language
Low level Language:-
Low level language are near to
computer hardware, and very deep knowledge require for understand this
language.
High level Language:-
High level language are nearer to human language, this is the
reason that it is very easier to understand.C++ is a high level language.
C++:-
C++ is a programming language--it will allow you to control
your computer, making it do what you want it to do. This programming tutorial
series is all about helping you take advantage of C++.
What is a Compiler?
A compiler is
software which converts High level
language code into low level
language code.
In this course we will use Dev C++ (compiler
name) , you can download on internet easily.
What is Source code and
Object Code?
Source Code:
The
code written in high level language is called source code.
Object Code:
The
code formed in the backup of the compiler after compiling the program.
In
simply after writing the code on Dev C++ we click on the button “Execute” and
then it convert in low level language, and then it will be run.
For C++ Programming we must have :-
- Download DEV C++ Click Here
Installation is very easy extract the file and click only "next" and DEV will be installed in your PC.
0 comments:
Post a Comment
Thank you for joining us we will response very soon