Explore >> Select a destination


You are here

golangbot.com
| | zig.guide
3.2 parsecs away

Travel
| | Slices can be thought of many-item pointers ([*]T) with a length (usize).
| | 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.
| | chaosinmotion.com
3.9 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...
| | blog.kummerlaender.eu
26.8 parsecs away

Travel
| Adrian Kummerländer's blog on software development, linux and open source