thank you.fly135 wrote:He needs to cast the parameter in the isxdigit function call to an int.kolban wrote:What source line is reporting the error?
John ACode: Select all
if(isxdigit((int)dStr[i+1]) && isxdigit((int)dStr[i+2]))
code is now working properly.