Is it CCArray ->begin() or ->end() removed in cocos2d-x2.0 version or more?

I try to list a CCArray ,but I cannt use CCArray >begin or>end() for help!

If you want to list an array, you can use

CCARRAY_FOREACH

to do that.

thinks shiqing ! I got it!