How to convert a string type variable into an integer?Or it can be used used like this : string year="2011"; int y=atoi(year.c_str()); y=2011;
How to convert a string type variable into an integer?I just find a way using istringstream type , defined at <sstream> library.
How to convert a string type variable into an integer?Thank you guys , but it seems tha atoi() function accepts only char type variable.I need a function...
How to convert a string type variable into an integer?Hi everybody! Does anybody know any function that converts a string type variable to an integer typ...
How to write and read to/from a text file simultaneosly ??Thank you writetonsharma! Now it's almost done :)
This user does not accept Private Messages