Strict C++ guidelines [on hold]
- by Banex
Some time ago I ran across an answer here on Programmers that linked a Wikipedia page about some strict guidelines for C++.
The only thing I remember is that it didn't allow exceptions and was in general very strict, and that it was used in many workplaces where most C++ features are not considered useful, or are not available (embedded systems, etc).
I'd like to know the name of those guidelines, as I searched the whole internet without finding it.