So in Objective-C with Cocos2d, I'd use a NSMutableString with format to put a variable (score) into a string. I'd take that string and use a CCLabel to place it on the screen.
Using Cocos2D-x, I'm having trouble finding a way to get this result. A simple example would be great. Thanks!