ask : CCMutableArray<CCPoint> ?

Hi all
I want to store some CCPoint in CCMutableArray / CCArray
any recommendation how to do that ?

thanks

Why not use std::vector?