+ 2
What is history of c++
2 ответов
+ 2
It would be better if you google it, because here you will get just short uncomplete answers, but it was created by Bjorn Stroustrup as an object oriented language. C is not object oriented, so developing software is much easier with C++ (of couse, there are lot of cases when it is better to use C). It is not completely new language. Bjorn just took C and added a lot of features. That means every code written in C will compile in C++ compiler, but not vice versa.
+ 2
http://www.stroustrup.com/4th.html check this website