Skip to content

Instantly share code, notes, and snippets.

View He-Is-HaZaRdOuS's full-sized avatar
πŸ’€
I'm cooked.

Yousif He-Is-HaZaRdOuS

πŸ’€
I'm cooked.
View GitHub Profile
@He-Is-HaZaRdOuS
He-Is-HaZaRdOuS / orthodoxc++.md
Last active March 25, 2024 19:31 — forked from bkaradzic/orthodoxc++.md
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred to as C+) is the minimal subset of C++ that improves upon C but avoids all unnecessary elements of so-called Modern C++. It stands in direct opposition to what Modern C++ is supposed to represent.

Why not Modern C++?