Originally posted by: oog
you can send both of them into a stringstream with << and then get the resulting string as output.
Originally posted by: oog
you can send both of them into a stringstream with << and then get the resulting string as output.
Originally posted by: EagleKeeper
convert the integer into a string.
Many methods exist. sprintf, itoc, etc
Using sprintf would allow you to use formatting to place the string and integer in the order that you desire.