Hi guys!
I am not all that good with pascal so I need some help.
The program I am writing should convert decimal to IEEE in single precision.
I know that there are some 'dirty' ways to do conversions in C, so there must be a way to do it in Pascal. I've been searching documentation and can't really find anything (I may be looking in a wrong place) so here I am - asking. Would you know how does it work in Pascal? Is there any 'dirty' way of 'stripping' the given number (here: real) and extracting all that I need from it to make the conversion (like I would do in assembly language for example?)?? I would SO appreciate any clue in the subject.
Thanks,
CNB