ConvertDataTypes.comConvert data types programming in one click !

Convert char* to int in Objective C

    71577 hits
  • char * vIn = "0";
  • int vOut = atoi(vIn);