Hi, well, one of the things that I have to do is prompt the user to enter a number between 0 and 10,000, but I must accept user's input as string, so I have to make a function thattakes a string as an argument and converts it into an integer value.
I tried to use static_cast<> but is doesn't let me do it. I guess that I wrong. anyone could give me any suggestion please. thanks for everything.