C++

язык С++ язык программирования высокого уровня, разработанный Бьёрном Страуструпом (Bjarne Stroustrup) в AT&T Bell Laboratories (Муррей-Хилл, Нью-Джерси) в 1983 г. Объединяет возможности языка Си с ООП. Стандартизован ISO в 1997 г. (ISO/IEC 14882). Широко распространён, используется в системном и прикладном программировании. Имеется множество доступных через Интернет компиляторов с C++

Англо-русский словарь компьютерных терминов

C++

One of the most used object-oriented languages, a superset of C developed primarily by Bjarne Stroustrup at AT&T Bell Laboratories in 1986. In C++ a class is a user-defined type, syntactically a struct with member functions. Constructors and destructors are member functions called to create or destroy instances. A friend is a nonmember function that is allowed to access the private portion of a class. C++ allows implicit type conversion, function inlining, overloading of operators and function names, and default function arguments. It has streams for I/O and references. See also cfront, LEDA, uC++.

Free Online Dictionary of Computing