How would I do something like this:
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++PHP Code:int score;
char bufferScore[4];
itoa(score, bufferScore, 10);
MessageBox...
![]()
|
Results 1 to 5 of 5
Thread: Combining VariablesThreaded View
|
Click Here to Expand Forum to Full Width |