CCArray const function.

I think some function of CCArray should be declared as const function.
For example:
unsigned int count();
This function should
unsigned int count() const;

I agree with you.
Could you pull a request?