February 20, 2003
Wake the World: More Protest Posters

uswastika.gif

... another well-designed set of downloadable posters resides at Wake the World. These should meet all of your leafleting needs.

Posted by Darren Wershler-Henry at February 20, 2003 04:06 PM
Comments

For this program, it was a bit of overkill. It's a lot of overkill, actually. There's usually no need to store integers in the Heap, unless you're making a whole lot of them. But even in this simpler form, it gives us a little bit more flexibility than we had before, in that we can create and destroy variables as we need, without having to worry about the Stack. It also demonstrates a new variable type, the pointer, which you will use extensively throughout your programming. And it is a pattern that is ubiquitous in Cocoa, so it is a pattern you will need to understand, even though Cocoa makes it much more transparent than it is here.

Posted by: Catherine on January 19, 2004 04:20 AM

This will allow us to use a few functions we didn't have access to before. These lines are still a mystery for now, but we'll explain them soon. Now we'll start working within the main function, where favoriteNumber is declared and used. The first thing we need to do is change how we declare the variable. Instead of

Posted by: Andrew on January 19, 2004 04:22 AM
-->