History of C++
- Bjarne Stroustrup developed C++ language.
- He started to make C++ language in 1978.
- He some enhancement of C language and launched the new version of C language it's name 'C with classes' in 1979.
- He more enhancement of C language and launched the C++ in 1983.
Facts of C++
- C++ is not first object oriented programming language.
- First object oriented programming language name is 'Simula67'.
- C++ is aspect was inspired by a computer simulation language called Simula67.
- Mostly major Operating System written by C++.
Feature of C++
- C++ is a middle level language.
- C++ supports principles of object oriented paradigm.
- C++ joins three separate programming traditions:-
- The procedural language tradition, represent by C;
- The object-oriented language tradition, represented by the class enhancement C++ adds to C;
- Generic programming, new topic on C++ language this supported by C++ templates.
Comparison Between C and C++
- C++ is super set of C language.
- C++ programs can use existing C software libraries.
- C follow top down approach of programming:
- Top down approach of programming.The programming in which first we make main function then we decide the flow of function and then we decide that when and which function you have to call. And detail work
No comments:
Post a Comment