ConvertDataTypes.comConvert data types programming in one click !

Convert char* to unsigned long in C++

    9648 hits
  • char * vIn = "0";
  • unsigned long vOut = strtoul(vIn,NULL,10);