cocos2d-x 3.0 beta was recently released. one of the big new additions is the introduction of new container classes.
up until now, the cocos2d-x’s container classes were modelled after objective-c’s container classes (NSArray
, NSDictionary
, etc). now they are modelled after the standard c++ library’s containers (std ...