>>7
I know that it's very much the standard, but it's wrong. It's the third week and he only just touched on methods. If this were C, we'd be on malloc/free already.
>>8
Meh, he's not that bad. The other thing that irked me was when he referred to variables as boxes and said that double and int are different types of memory. They're not, they just occupy different
amounts of memory, and the compiler handles each differently, but it's an abstraction, they're really the same at the lowest level.