H
HongYuan
Unregistered / Unconfirmed
GUEST, unregistred user!
test = ~test;
temp[0] = *((char*)&test+0);
temp[1] = *((char*)&test+1);
temp[2] = *((char*)&test+2);
temp[3] = *((char*)&test+3);
test1 = (float*)temp;
ph = *test1;
temp[0] = *((char*)&test+0);
temp[1] = *((char*)&test+1);
temp[2] = *((char*)&test+2);
temp[3] = *((char*)&test+3);
test1 = (float*)temp;
ph = *test1;