|
You are here |
ericniebler.com | ||
| | | | |
aras-p.info
|
|
| | | | | [AI summary] A programmer discusses the frustration with modern C++ features like Ranges, highlighting significant negative impacts on compilation times, non-optimized runtime performance, and cognitive load compared to simpler approaches. | |
| | | | |
ericniebler.github.io
|
|
| | | | | D4128: Ranges for the Standard Library: Revision 1 : | |
| | | | |
www.cppstories.com
|
|
| | | | | When you see an article about new C++ features, most of the time you'll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts? | |
| | | | |
hashblog.thepolyglotprogrammer.com
|
|
| | | On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work | ||