I have to write a code for addition of two numbers that will be entered as decimal, written on the screen as binary and then have them added up together. I know how to do the conversion and the display of the numbers but how do i add up two floating point numbers. I don't understand that float point part
2007-05-12
03:44:31
·
2 answers
·
asked by
Pinky
1
in
Computers & Internet
➔ Programming & Design
the result should be a 32-bit binary number, written in the form Manisa*2^(Eksponent)
I will be using C++
2007-05-12
05:11:22 ·
update #1