/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

golangbot.com
| | chaosinmotion.com
3.8 parsecs away

Travel
| | So in Objective C or Objective C++, if you pass in a pointer to something not a basic type (like 'int' or 'double' or 'void'), the Objective C compiler thinks it's an Objective C class. It needs to know this so it can perform automatic reference counting. If you need to pass in a pointer...
| | denniskubes.com
1.7 parsecs away

Travel
| |
| | hackingcpp.com
3.4 parsecs away

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

Travel
| In this article, we introduce you to the concept of algebraic data types and show how you can build your own data types in Haskell.