Explore >> Select a destination


You are here

herbsutter.com
| | www.bfilipek.com
57.0 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | isocpp.org
10.4 parsecs away

Travel
| |
| | www.foonathan.net
95.2 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.
| | bettythomasonowens.com
87.6 parsecs away

Travel
| My tenth novel--Open Water, Book Two of the HomeFound Suspense series--will be released March 12, 2024. You can preorder it right now. Preorder Open Water As much as Lisa Oliver wanted to believe that she could be safe in the small Kentucky village, she knew that wouldn't be the case when Agent Farrow's car pulled...