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 Integer
String to Integer
Feb 24, 2014 at 11:09pm UTC
tcan618
(38)
I have a string which contains a 2 digit number. (exm. string s = "36")
How can I convert that string to an integer?
Feb 24, 2014 at 11:23pm UTC
Yanson
(885)
http://www.cplusplus.com/reference/string/stoi/?kw=stoi
Topic archived. No new replies allowed.