Hi,
I'm a newbie in the matter of C++.
Now i'm trying to convert a text from a string (like str = "123") into an int-variable.
In Java i've used parseInt for this function, but i can't find the C++-equivalence.
I rather use a string and not a char-array...
Idea someone?
Thx in advance,
Misko
I'm a newbie in the matter of C++.
Now i'm trying to convert a text from a string (like str = "123") into an int-variable.
In Java i've used parseInt for this function, but i can't find the C++-equivalence.
I rather use a string and not a char-array...
Idea someone?
Thx in advance,
Misko
Comment