OriginTree

Découverte API & Docs
Notifications
0
FR

C++

<h2>C++</h2>

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).