I was wondering if there is a function provided by MS STL, that helps convert string to int(any numeric) type...
looking for your answer,
mudassir!
p.s: I know about atoi, but I want some STL provided function. It may be member function of some class or generic function as in <algorithm>
thanks