Cocos2d-xとC++を使用してCCParticleExplsionを作成したいのですが、全体を検索しても見つからないようです。ObjCの例:
CCParticleSystem *firework = [[CCParticleExplosion alloc] initWithTotalParticles:200];
[self addChild:firework];
[firework setTexture:[[CCTextureCache sharedTextureCache] addImage:@"star.png"]];