Explore >> Select a destination


You are here

blog.japaric.io
| | www.schneems.com
15.8 parsecs away

Travel
| | Update (2025/04/02): The change I suggested below was merged in PR #64. It's pretty neat I went from knowing nothing about this project to contributing to it...
| | craigjb.com
13.6 parsecs away

Travel
| | Adventures in hardware hacking, low-level software, FPGAs, and more!
| | smallcultfollowing.com
10.4 parsecs away

Travel
| |
| | www.foonathan.net
97.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.