/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

pagefault.blog
| | hellocplusplus.com
3.4 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.
| | blog.knatten.org
4.8 parsecs away

Travel
| | In which I briefly mention what pure functional programming is, explain why this can be slow in C++, and use move semantics to solve that problem. Be warned that this post is a bit longer than usual for this blog, and that it assumes more knowledge of C++11 than my posts usually do. Pure functional...
| | www.kuniga.me
2.0 parsecs away

Travel
| | NP-Incompleteness:
| | zverovich.net
29.5 parsecs away

Travel
| [AI summary] The author announces a new feature in the fmt C++ library that performs compile-time validation of format strings using modern constexpr support to improve code safety and usability.