/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

arne-mertz.de
| | hackingcpp.com
3.9 parsecs away

Travel
| | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.
| | erikmcclure.com
5.0 parsecs away

Travel
| | [ 1 · 2 · 3 · 4 · 5 · 6 · 7 ] If you are familiar with C#, you should be familiar with the difference between C#'s struct and class declarations. Namely, a struct is a value type and a class is a reference type, meaning that if you pass a struct to a function, its default behavior is for the entire struct to be copied into the function's parameter, so any modifications made to it won't affect whatever was passed in.
| | antonym.org
5.5 parsecs away

Travel
| | The humble for loop is one of the oldest control flow control constructsin the Algol family of languages. Yet while other languages have extendedtheir synta...
| | cmetcalfe.ca
27.0 parsecs away

Travel
| Backup/Restore a Gmail account | Gmvault is an open source project that allows users to download all of their emails, as well as the labels. From there...