Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can anybody tell me anything about the history of c++ ?

Status
Not open for further replies.

Begin

Programmer
Jan 8, 2000
1
0
0
NL
I'm interrested in the history of C++. How it all begun, who invented it and so on.<br>


 
There are several good beginner's/intermediate C++ books that describe how this language was formed (e.g. &quot;C&C++ Code Capsules&quot; by Chuck Allison). This is the story in a nutshell. . . <br>
<br>
Bjarne Stroustrup, from Denmark, has a Ph.D. from Cambridge University (in England). While he was working for AT&T Bell labs, he was using Simula but found the performance lacking. He decided to use C as the basis for a new language that also had classes similar to Simula. His creation was originally called C with Classes. It caught on at AT&T where it was renamed C++. Eventually, an ANSI committee took over the development and &quot;standardized&quot; the language. <br>
<br>
Of course, the creation and development was more complex than this. If you need more information, maybe someone can recommend some more books and other references.
 
If you buy the following book you can read al about the history of C++ starting even before the development of C.<br>
<br>
The Title is C++ Programming Language (Third Edition)written by Bjarne Stroustrup.<br>
<br>
I don't know if there is a newer edition of the book.<br>
In my version of the book it is paragraph 1.4.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top