C++: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 January 2024

20 May 2022

  • curprev 18:1618:16, 20 May 2022Undefishin talk contribs 5,670 bytes −8 No edit summary
  • curprev 18:1518:15, 20 May 2022Undefishin talk contribs 5,678 bytes +5,678 Created page with "'''C++''' is an object-oriented programming language created by Bjarne Stroustrup in 1985 as a variant of the C programming language. It includes features not found in C such as classes, virtual dispatch inside of said classes, standardized memory allocation and deallocation, exception unwinding, and a standard library of generic utilities known as the STL (which provides containers like strings, and the vector<T> type, alongside lots more). The current standardized C++..."