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
Error while converting Str To Int
Error while converting Str To Int
Mar 2, 2014 at 4:55pm UTC
SrgjanLDTeam
(47)
num1 is a string with digits
and n1 is integer
but im getting error while converting them ..
im trying to do .. string to integer
n1=stoi(num1);
if i comment the line .. the code works..
Mar 2, 2014 at 5:47pm UTC
JLBorges
(13770)
See:
http://www.cplusplus.com/forum/beginner/120836/#msg657958
Topic archived. No new replies allowed.