+ 3
How can I convert an int to a string in c++? Thanks
int into strings
8 Réponses
+ 6
https://code.sololearn.com/c7EO3s21GCGK/?ref=app
If you want to do it without built-ins.
+ 4
why not this
int a = 1;
String b = a + "";
+ 4
@luka i know its c++ but i thought that it would even work in c++ so i told you to explain me........
+ 3
@luka but it works in java.....ok.....can u explain me the reason.......?????????