253
A quick intro to pointers
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I actually think that everybody should learn a functional language like Scheme first because it teaches you to think about state explicitly. It's very easy for somebody who learned a functional language to pick up an imperative one, but it's very hard for people to go the other way around.