ConvertDataTypes.comConvert data types programming in one click !

Convert bool to int in Objective C

    24296 hits
  • bool vIn = true;
  • int vOut = vIn?1:0;