1
vote
1answer
116 views
Objective-C uninitialized pointers vs null pointers
Maybe my memory has gone completely wacko, but I think I remember that declaring pointers without initializing them made them point to nil. But recently this doesn't seem to be the case. Has it always …
