Explore >> Select a destination


You are here

brevzin.github.io
| | aras-p.info
21.7 parsecs away

Travel
| |
| | gieseanw.wordpress.com
19.6 parsecs away

Travel
| | Because we have ranges! :-) The problem with eager evaluation Since C++ was invented, developers have often lamented the fact that expressions are eagerly evaluated. For example, when performing any kind of gradient descent, we often find ourselves wanting to compute the sum of two mathematical vectors, where one of those vectors is scaled by...
| | www.foonathan.net
19.8 parsecs away

Travel
| | You probably know that C++20 adds ranges. Finally we can write copy(container, dest) instead of copy(container.begin(), container.end(), dest)! Ranges also do a lot more. Among other things, they add a new way of specifying an iterator to the end - sentinels.
| | www.cppstories.com
60.6 parsecs away

Travel
| While 2020 was a crazy and hard year we were fortunate - C++20 was accepted and published, and the work on new features continues. As usually every year, here's my overview of the year: the standardization process, features, implementation, compilers, tools, books and more. Other Reports: 2020 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012.