Mixing garbage collected framework with normal code
Posted
by shw
on Stack Overflow
See other posts from Stack Overflow
or by shw
Published on 2010-03-18T19:04:22Z
Indexed on
2010/03/18
21:01 UTC
Read the original article
Hit count: 273
I know my way around Objective-C and I have experience with garbage collection from .NET, although I never used it in objective-c. I write my code without using it.
Now I'm thinkig about using one of the frameworks (Blocks) which is available as GC-only. My question is - can I still use the framework without any changes to my current non-GC code and without using GC myself?
© Stack Overflow or respective owner