What’s Wrong with Cplusplus.com and Its Inaccuracies?

0
14
Asked By CodeCrafter88 On

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

Answered By LegacyLover On

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.

Answered By LearnedNerd On

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!

Answered By TechWhiz99 On

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.

CuriousDev42 -

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

RetroCoder77 -

Yep, sticking with C++11 can be smart if you're just starting out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.