Skip to content

Instantly share code, notes, and snippets.

View satish-setty's full-sized avatar

Satish Setty satish-setty

View GitHub Profile
@bkaradzic
bkaradzic / orthodoxc++.md
Last active September 18, 2024 17:03
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.

Why not Modern C++?