I read from a command line using g++. I changed the argv to integers
using atoi() in order to add the numbers. Now I need to change them
from int to string and itoa is not supported. Can somebody please
help me to change these integers back to strings? Thanks.
using atoi() in order to add the numbers. Now I need to change them
from int to string and itoa is not supported. Can somebody please
help me to change these integers back to strings? Thanks.
Comment