How would I do something like this:
PHP Code:
     int score;
     
char bufferScore[4];
     
itoa(scorebufferScore10);
     
MessageBox... 
I want it to say "Your score is (whatever it is), good job!" or something like that...in vb its the &, what is it in C++