Convert int to string ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Convert int to string ?

Looking for solo conpatible way of converting int to string. I'm using string library .tried to use NumberToString and to_string with no luck! any thoughts ?

14th Aug 2017, 4:08 AM
Jetset Willy
Jetset Willy - avatar
2 Answers
+ 1
How you do this depends on which version of C++ and which compiler and libraries you're using. It sounds like you may want to use sstream. http://www.cplusplus.com/articles/D9j2Nwbp/
14th Aug 2017, 5:04 AM
ChaoticDawg
ChaoticDawg - avatar
+ 5
Thank you . jobs done :)
14th Aug 2017, 5:13 AM
Jetset Willy
Jetset Willy - avatar