• atoi problems
    I am having problems getting atoi to work. here is how I populate the comin[] array do { comin[index] = (getchar()); ++index; } while (index<=4); later in the program I do the following...
  • atoi problems
    I am having problems getting atoi to work. here is how I populate the comin[] array do { comin[index] = (getchar()); ++index; } while (index<=4); later in the program I do the following...
  • RE: atoi problems
    I am using version 9. An occasional life saver.
  • RE: atoi problems
    I am using version 9. An occasional life saver.
  • atoi, strol functions problems
    Hello, I work with LPC2148 and RealView Compiler. I have noticed that if I convert a string with the atoi function, the result never is correct. If the value of the number in the string is...