Explore >> Select a destination


You are here

artificial-mind.net
| | eyakubovich.github.io
14.3 parsecs away

Travel
| | The Google Style Guide (GSG) for C++ has become popular outside of just Google. But I don't like it at all. There... I said it. Now I want to take this opportunity to explain why I feel so strongly about it. GSG "style" The general observation is that the style...
| | blog.knatten.org
13.4 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.foonathan.net
13.9 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.
| | nelkumi.wordpress.com
61.3 parsecs away

Travel
| Do you need a break? From what? Do you need a break? Yes. From what? Everything and everyone.