This programm computes a binary representation of input number according to IEEE-754 standard.
You can сhoose the number of bits for storage a mantissa(frac) and exponent(exp).
In terminal use make to build programm and ./IEEE-converter to run it.
Use make clean to remove unnecessary object files.
This programm has not yet been tested at Windows.
(At Unix too:))