fork download
  1. #include <iostream>
  2. int main(){
  3. const char* p = "V\16I@";
  4. const float* f = reinterpret_cast<const float*>(p);
  5. std::cout << *f <<std::endl;
  6. }
  7.  
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
3.1415