Can anyone help me convert a string into an integer? For example I have a string containing "12345" then send that string to a function and have it returned as the number 12345. Thanks for the help.
This is a discussion on Converting a string to an integer within the C++ Programming forums, part of the General Programming Boards category; Can anyone help me convert a string into an integer? For example I have a string containing "12345" then send ...
Can anyone help me convert a string into an integer? For example I have a string containing "12345" then send that string to a function and have it returned as the number 12345. Thanks for the help.