How to calculate no of touches in CCTouchesMoved((CCSet *pTouches, CCEvent *pEvent)) method

i want the code to calculate the number of touches in CCTouchesMoved() method

Need urgent help . please some one help .

int numberOfTouches = pTouches->count();