I would like to store in a variable the mantisssa of a double
I have post a code to get the binary representation of a double : click here
What should I chan
Many Linux systems have /usr/include/ieee754.h which defines bitfields for IEEE-format float, double and long double: you could trivially "port" it if necessary.