ConvertDataTypes.comConvert data types programming in one click !

Convert char* to float in C++

    30667 hits
  • char * vIn = "0.0";
  • float vOut = (float)strtod(vIn,NULL);