C++

C++

High Performance Systems

Created: 1985 Creator: Bjarne Stroustrup Typing: Static

// OVERVIEW

C++ is a general-purpose programming language created as an extension of the C programming language. It provides high-level abstraction while maintaining low-level hardware access.

âš¡

Zero Overhead

Abstractions cost nothing

🎮

Game Engines

Unreal, Unity (core)

🔧

Multi-Paradigm

OOP, procedural, generic

examples.cpp

                        

// USE CASES

Game Development

Engines, graphics, physics

Systems

OS, drivers, embedded

Finance

High-frequency trading

Browsers

Chrome, Firefox, V8

// RESOURCES