/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

ericniebler.com
| | 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.
| | hellocplusplus.com
4.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.
| | hackingcpp.com
5.0 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | golangbot.com
44.7 parsecs away

Travel
| A pointer is a variable that stores the memory address of another variable. This tutorial covers pointer declaration, dereferencing and various other topics with examples.