Posts by Gabriel Félix • 13 points
1 post
-
0
votes1
answer7637
viewsQ: Convert Int to String in C++
How do I make for the String resultado receive the value int of cont3 and the value char of c[cont]? resultado=" "; resultado=resultado+to_string(**cont3**)+to_string(**c[cont1**]); I tried to use…
c++asked Gabriel Félix 13