Does Objective-C have garbage collector on the iPhone?

Posted by user208662 on Stack Overflow See other posts from Stack Overflow or by user208662
Published on 2010-04-11T17:23:48Z Indexed on 2010/04/11 17:33 UTC
Read the original article Hit count: 201

Hello,

I'm thinking of writing an app for the iphone. But I'm confused in regards to the objective-c language. Am I correct in saying that I have to do my own memory management? Is Objective-C a managed language such as C# and/or Java?

Thank you!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk