Object-oriented extension of C created by Bjarne Stroustrup. Combines hardware-like performance and high-level abstractions (classes, templates, RAII).
```cpp
<h1>include <iostream></h1>int main() { std::cout << "Hello, world!" << std::endl; } ```
Used massively in game engines, embedded systems, high-frequency finance, and critical software (browsers, OS).