Introduction to C++
C++ is an old combat proofed general purpose programming language, which was released in 1979. It supports imperative, object-oriented and generic paradigms and is an extension of the C programming language. Two parts of the name refer to the extension, the first one āCā and second one ā++ā the increment operator. This language is popular because of its suitability for resource-constrained tasks. Many of the libraries with good performance used in scripting languages like Python and Octave are implemented in C++.
Related
- [] Python and C++
- [] R and C++
- [] Octave and C++
- [slides] ML Programming Languages
- [notebook] Message Passing Interface - Prime Number Calculation
- [notebook] Extract Snippets from Images