History and Structure of the C++ Program with Explanation

History Of The C++, Structure of the C++ Program 


History Of The C++: 

C++ is an Object Oriented Programming laguage.It was developed by Bjarne Stroustrup at AT&T Bell Laboratories in Murray Hill New Jersy, USA, in early 1980’s.
·         C++ is an extension of C with major addition of the class construct feature.
·         Stroustrup initially called the new language’C with Classes.
·         In 1983 the name was changed to the C++.
·         C++ is superset of the C.

 











Structure of the C++ Program


       

Labels: