ConvertDataTypes.comConvert data types programming in one click !

Convert bool to double in C++

    12385 hits
  • bool vIn = true;
  • double vOut = vIn?1.0:0.0;