Vibeset

C++

C++ extends C with object orientation, templates and zero-cost abstractions. It's the choice for game engines, high-performance software, browsers and critical systems where every microsecond counts.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

#include <iostream>
int main() {
  std::cout << "¡Hola, mundo!\n";
}