Explore >> Select a destination


You are here

artificial-mind.net
| | www.foonathan.net
4.8 parsecs away

Travel
| | If you want a function that returns multiple values, you'd use a reference and assign the outputs to that. But using a reference has a few drawbacks - it is not obvious in the caller, requires default construction etc. This post will explain why you sometimes need output parameters and how to fix their problems.
| | 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.
| | nullprogram.com
30.5 parsecs away

Travel
|