I'm wondering about the issues with Cplusplus.com, especially regarding its accuracy. I noticed it hasn't been updated to reflect the latest C++ standards like C++17 and C++20. Personally, I'm only looking into C++11 right now, so I'm curious about what others think about using Cplusplus.com for just that version. Is it still a reliable resource?
3 Answers
I had to switch to the legacy version of the site just to feel at home again. Nowadays, I prefer cppreference.com instead. It feels a lot more up-to-date and user-friendly.
I've noticed that the site is pretty clear on the standards it uses. Just make sure to avoid sections flagged as *deprecated* to keep things straightforward. If you're not looking for the newer standards, it might still work for you!
Honestly, saying C++17 is the latest is a bit misleading. While the standard was approved back in 2017, compilers took a while to fully support all its features. It’s not unusual for organizations to wait years to adopt new standards since stability matters, and many are still comfortable using C++11.
Yep, sticking with C++11 can be smart if you're just starting out.

That makes sense! It's good to know that even developers are cautious about jumping into new standards.