int v = 10; int* p = &v; double* dp = reinterpret cast<double*>(p); cout << *dp;
the output is (-9.25596e+61) and I have found no explanation of how I got this result
Aucun commentaire:
Enregistrer un commentaire