L1
L1
1. History of C++
2. Facts
3. Features of C++
4.Comparison between C and C++
1. History of C++
C Language was created by Denis Ritche in 1972.
Denis worked at AT & T Labs which was further re-named as
Bell Labs.
But then Bjarne went further to add more features in C & finally
made enough enhancements in C to be called as a seperate
language called C++ in 1983.
3. Features of C++
- C++ is mid-level programming language. Because it can be
used to write high-level code as well as low-level code.
Top-Down:
One big problem is taken and then segmented into
smaller problems.
BP = SP 1 + SP 2 + SP 3 and so on.....
Bottom-Up:
Smalller problemare added to solve one big problem.
SP 1 + SP 2 + SP 3 and so on......= BP