Explore >> Select a destination


You are here

wingolog.org
| | bernsteinbear.com
12.6 parsecs away

Travel
| |
| | cfallin.org
12.6 parsecs away

Travel
| |
| | pointersgonewild.com
14.0 parsecs away

Travel
| | The 1980s and 1990s saw the genesis of Perl, Ruby, Python, PHP and JavaScript: interpreted, dynamically-typed programming languages which favored ease of use and flexibility over performance. In many ways, these programming languages are a product of the surrounding context. The 90s were the peak of the dot-com hype, and CPU clock speeds were still...
| | chaosinmotion.com
80.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...