Relative Content

Tag Archive for c++stringresize

random letters after resizing with varables

When I use the resize function, it doesnt do it right.
it should add this (211210999999788789) at the end, but it doesnt. there are just some ramdom o letter with a line on top.
Does anyone know how to fix this?
I tryed changing aa to a string, but it gave me an error, aying that you can insert a string into the resize function.