O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Gist is a really nice free (for open source) site for sharing your code snippets, for when you want your friends (or even via blog sites, such as posterous and wordpress) to look at your code snippets...
If you're like me, developing games for the iPhone, you need to merge the utility of the Cocoa interface using Objective-C with the performance (and possibly existing code-bases) of C++.
When you...
If you've used lower-level languages such as C or C++, you know that much of your work centers on implementing objects—also known as data structures—to represent the components in your applica...