How do I make and use a Queue in Objective-C?

Posted by MrDatabase on Stack Overflow See other posts from Stack Overflow or by MrDatabase
Published on 2009-05-03T16:50:20Z Indexed on 2010/05/10 23:54 UTC
Read the original article Hit count: 311

I want to use a queue data structure in my Objective-C program. In C++ I'd use the STL queue. What is the equivalent data structure in Objective-C? How do I push/pop items?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about data-structures