Explore >> Select a destination


You are here

artificial-mind.net
| | www.kuniga.me
4.8 parsecs away

Travel
| | NP-Incompleteness:
| | brevzin.github.io
5.2 parsecs away

Travel
| | I like a declarative approach to programming. Ben Deane has given several good talks on what declarative programming is (such as this one from CppNow 2018), and if you haven't seen them, you should. The idea is to try to write your logic using expressions and to make it correct by construction, rather than using statements and having to reason imperatively.
| | hellocplusplus.com
4.9 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.
| | www.fluentcpp.com
27.5 parsecs away

Travel
| Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type.