Converting an integer to a string.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • claire.bell1

    Converting an integer to a string.

    Hi,
    I have an int and a char array in my program, the int is multiple digits.

    How can I append the int to the char array/string?

    This is not for use in cout or cin so the << and >> commands seemingly wont
    work.

    Any ideas?
    Thanks,
    Vipa.


Working...