hi all,
im trying to write a negative number on its binary form on a file and then i need to reconstruct these number again .........when i convert -5 to its binary equivelant i get 11111011 to convert this number to its decimal equivalent u will get 251 so;
i need a way to reconstruct the negative number?????
