6
21st Century C++ – Communications of the ACM
(cacm.acm.org)
I stick to C++98 (or 03) rules because it is so much simpler, and compiles faster. I don't have to remember countless new rules for things like initialization or constexpr/consteval. If C had classes with RAII I would just use that.
The center for all discussion and news regarding C++.