C++ language

adplus-dvertising
Introduction Of C++
Previous Home Next

C++ acquire the feature of high level and low level language C++ compiled and general purpose programming language. In 1979 Bjarne Stroustrup extended C programming language known as C with Classes at Bell Labs. In 1983 the C with Classes is became C++. C++ is used in System software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.

History of C++

C++ was developed by Bjarne Stroustrup in 1983 at AT&T Bell lab. Bjarne Stroustrup began work on "C with Classes" in 1979.Beginning of 1981 initial version of c++ ware made internally in AT&T lab. In c++ ,"++" is the increment operator of c which means its an extension of C Language. C++ is a superset of C, so that most C programs can be compiled using a C++ compiler ,

C language have series of low-level instructions that converted into C++ the computer can execute directly. But C not support C++. In C++, include OOP (Object Oriented Programming) features when the significance of C is same in C++. In OOP, the programmer defined not only the data type of Data Structure (DS) but also the operations that is applied on DS . The DS known as object have both data type and operation.

Previous Home Next