Skip to main content

Questions tagged [objective-c]

For questions about Objective-C's design, or languages which are closely related to Objective-C

12 votes
2 answers
571 views

Why did Objective-C remove `NSZone`?

NSZone is a type representing a memory allocation. NSObject implements the allocWithZone: ...
Bbrk24's user avatar
  • 9,127
7 votes
1 answer
176 views

Disjoint language extensions (C++ and Objective-C)

Objective-C and C++ are both extensions of C (or at least started out to be). So for the purpose of this question I allow myself the slightly inaccurate assumption that both languages are pure ...
chrysante's user avatar
  • 778