Mail Archives: djgpp/2000/11/09/01:37:39
On Thursday, November 09, 2000 10:35 AM, Graham Reeds
[SMTP:grahamr AT dtn DOT ntl DOT com] wrote:
| I was wondering if anyone has any fast ways of looking at the
| individual
| bits and bytes of a float with or without (preferably) destroying
| the float
| in question.
char *fl = &whatever;
You can then read the individual bytes.
Prashant
--------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any
action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.
If you received this in error, please contact the sender and delete the materialfrom any computer.
--------------------------------------------------------------------------------
- Raw text -