Tagged Questions

2
votes
6answers
398 views

Anyone using c++ stl for their games?

I miss vectors, queues, and maps etc. I'm vaguely aware of similar data structures available in Objective-C but I want to use the c++ stl data structures. Anyone have experience …