Search

History of c++ |

history :
  •  C++ was invented by Bjarne Stroustrup in 1979 , at Bell laboratories in murray hill , New Jersey. He initially called new language "C with classes" . in 1983 the name was changed to C++ . 

  • instead, he enhanced an already highly successful language . most of the features that stroustrup added to c were designed to support object-oriented programing . in essence , C++ is object-oriented version of c. 

   

feature : 
  1. middle level language .
  2. it support object-oriented programing.
  3. C++ follow bottom up approch.
  4. java is written in C++
best book for c language and DSA available on amazon

No comments:

Post a Comment

DATA TYPES

 "Data types specifies the type and size of data . " A program contains different types of data (integer , real , character etc.) ...