| C++ |
| Name: | C++ |
| Created: | 1983-1985 |
| By: | Bjarne Stroustrup at Bell Labs |
| Home Page: | http://www.research.att.com/~bs/homepage.html |
| Acronym: | |
| Language type: | Object-oriented |
| Extensions: | .asi .cc .cpp .crf .cxx .dpr .dsk .hh .hpp .hxx .lrf .mrb .pch .ph .pre .qlb .rc .res .sts .tah .tc .tch .teh .tem .tfh .tmo .usr |
| Tutorial: | http://www.intap.net/~drw/cpp/ |
| Note: | C++ is an evolution of the C language. It expands C by providing support for data abstraction and object-oriented design. It provides various enhancements over C and has become more popular amongst developers. |
|
Early 1980, Bjarne Stroustrup, from Bell labs, began the development of the C++ language, that would receive formally this name at the end of 1983, when its first manual was going to be published. In October 1985, appeared the first commercial release of the language and the first edition of the book "The C++ Programming Language" by Bjarne Stroustrup. During the 80s the C++ language was being refined until it became a language with its own personality. All that without practically loss of compatibility in the code neither to resign to its most important characteristics. In fact the ANSI standard for the C language published in 1989 gathered good part of the contributions of C++ to the structured programming. |