cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
string to int help?
string to int help?
Mar 30, 2012 at 9:20pm UTC
daniel asdf maan
(3)
How do you convert a string to an int (like "842" would become 842), and how would you check if a string can be converted to an int like that?
Mar 30, 2012 at 9:27pm UTC
clanmjc
(666)
http://www.cplusplus.com/reference/clibrary/cstdlib/atoi/
Topic archived. No new replies allowed.