tdog
06-10-2003, 02:56 PM
I'm finding that combining the c++ stl libraries and objectve-c is not so simple.
Is there a directive for the compiler I can issue to mix c++ and objective-c?
Or better still does someone know of an objective-c equivalent for the <stack> class in the stl distribution? Something like NSStack, which does not exist. I've tried NSArray, however I want to create a stack of floats not objects and push()/pop() them from the stack.
Is there a directive for the compiler I can issue to mix c++ and objective-c?
Or better still does someone know of an objective-c equivalent for the <stack> class in the stl distribution? Something like NSStack, which does not exist. I've tried NSArray, however I want to create a stack of floats not objects and push()/pop() them from the stack.