Just have a quick question. I\'ve looked around the internet quite a bit and I\'ve found a few solutions but none of them have worked yet. Looking at converting a string to
atoi is a built-in function that converts a string to an integer, assuming that the string begins with an integer representation.
atoi
http://www.cplusplus.com/reference/clibrary/cstdlib/atoi/