This problem seems to have a fairly simple solution in C, and google seems to love to pull up solutions for C. However, C++ just seems have the exact opposite luck.
So pretty much, I want to convert an integer to a C++ string. This way the function will return the string value: "6 and 9", when given the values 6 and 9. Any good ways to do this?
Thanks,
Austen :-)
So pretty much, I want to convert an integer to a C++ string. This way the function will return the string value: "6 and 9", when given the values 6 and 9. Any good ways to do this?
Thanks,
Austen :-)
Comment