Hi,
I have somehting like this
string str;
str = "5";
I want to convert this str to an integer 5. How can I do this . I am using atoi(str) I am getting compilation errors.
Can anyone plese help me.
thanks
rakesh
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Simple QuestionThreaded View
|
Click Here to Expand Forum to Full Width |