I want to convert string into integer can any one tell how do this.. i use borland c++ compiler thanks in advance
This is really very easy...u just need to use atoi library function. For more informations visit this link:- http://www.cplusplus.com/reference/clibrary/cstdlib/atoi/