fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. uint8_t VpackRESP[] = { 0x00, 0x00, 0x5A, 0x64, 0x53, 0x42 };
  6.  
  7. float f = *(float *)(VpackRESP+2);
  8. printf("%f", f);
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 4676KB
stdin
Standard input is empty
stdout
52.848000