Learn Obj-C Memory Management
Posted
by Joshua Brickner
on Stack Overflow
See other posts from Stack Overflow
or by Joshua Brickner
Published on 2008-12-16T04:02:09Z
Indexed on
2010/05/24
7:31 UTC
Read the original article
Hit count: 323
I come from a web development background. I'm good at XHTML, CSS, JavaScript, PHP and MySQL, because I use all of those technologies at my day job.
Recently I've been tinkering with Obj-C in Xcode in the evenings and on weekends. I've written code for both the iPhone and Mac OS X, but I can't wrap my head around the practicalities of memory management. I understand the high-level concepts but am unclear how that plays out in implementation. Web developers typically don't have to worry about these sorts of things, so it is pretty new to me.
I've tried adding memory management to my projects, but things usually end up crashing. Any suggestions of how to learn? Any suggestions are appreciated.
© Stack Overflow or respective owner