• 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...
  • 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...
  • 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...
  • atoi doesn't work for all numbers
    The function atoi (and sscanf, atof etc), all appear to have the same (unlikely) problem: they don't read the number 5. Yes, I realize that this seems very unlikely. I am using uVision version 4...