- Intro
- Basics
- Compiling your first program
- Structure of a program
- Comments
- A first look at variables (and cin)
- A few common C++ problems
- A first look at operators
- A first look at functions
- Whitespace and basic formatting
- Forward declarations
- Header files
- Programs with multiple files
- A first look at the preprocessor
- Variables
- IDE
- Operators
- Variable
- Control Flow
- Array
- Functions
- OOPS
- Overloading
- Composition
- Inheritance
- Programs
Today if we will see the programming languages these are far
away from the old programming .In past year when these programming languages
like C ,C++,C# are not developed can you imagine how the programming was
done lest show you .
In Past time in the evolution of computer the first program which
was written was in Machine
Language. In Machine Lagu
Example :-
101010
101011
111010
111011
100101
100101
In Past time The programming is done in what that is
Assembly Language .
Example:-
Load A ,1000
Load B,1002
Add A,B
STA 1003,C
This above program is written in Assembly language. I will ask you
a question do you understand it what it is written in assembly
language probably noting. That is why high level
programming languages are developed.
In High Level Programming languages the text written is similar to
the English word so now a day programmer can develop the code without knowing
the hardware level concepts. The high level programs are like:-
#include<stdio.h>
void main()
{
printf(“Hello”);
}
Subscribe to:
Post Comments (Atom)
0 comments: