ORIGINS OF C++
-
There was a programming language called B that was derived from a language called BCPL.
-
In the 1970's the C programming language was derived from B by Dennis Ritchie of AT&T Bell Laboratories.
-
Later in the early 1980's C++ was derived from C by Bjarne Stroustrup of AT&T Bell Laboratories.
-
Most of C is a subset of C++.