Does Objective C 2.0 garbage collection collect C structures?

Posted by Ross Andrews on Stack Overflow See other posts from Stack Overflow or by Ross Andrews
Published on 2010-04-19T18:21:21Z Indexed on 2010/04/19 18:23 UTC
Read the original article Hit count: 267

What exactly does the ObjC garbage collector collect? If I'm writing a program in Objective C 2.0, and there's some C code in it, does the C code need to worry about freeing memory?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about garbage-collection