Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Was bewirkt dieser Code?
unsigned int a; float f; f = 10.0f; // Was bewirkt diese Zeile? a = *(unsigned int*)&f;
der Code bewirkt, dass du die Binär Struktur eines floats in ein integer reinbastelst.