How To Stay Sane with Modern C++

183 · Bartłomiej Filipek · Oct. 5, 2020, 6:40 a.m.
C++ grows very fast! For example, the number of pages of the C++ standard went from 879 pages for C++98/03 to 1834 for C++20! Nearly 1000 pages! What’s more, with each revision of C++, we get several dozens of new features. Have a look at my blog post with all C++17 features, it shows 48 items, and my C++20 reference card lists 47 elements! Do you need to learn all of that stuff to write good code? How to stay sane in the C++ world today? Read more......