/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.knatten.org
| | hellocplusplus.com
9.8 parsecs away

Travel
| | Learn the basics of C++ move semantics and how to use this language feature. This article is useful for programmers of all skill levels.
| | pagefault.blog
8.7 parsecs away

Travel
| | C++11 move semantics can be a source of misunderstandings if the mechanics are not understood. This post clears up the most common one.
| | thbecker.net
9.4 parsecs away

Travel
| | [AI summary] An educational article by Thomas Becker explaining the purpose and mechanics of C++11 rvalue references, move semantics, and perfect forwarding.
| | hookrace.net
23.9 parsecs away

Travel
| [AI summary] The article explains Nim's metaprogramming capabilities by demonstrating the use of procs, templates, and macros to create optimizations like faster enum parsing and custom HTML DSLs.