This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

64 Bits integer numbers

How can we manage a 64 bits integer
number to convert it to ASCCII value for LCD display.

Does SPRINTF work with 'double' data type

reguards.

Parents
  • I doubt that anyone would want to read a 20-digit number (which corresponds to 64 bits) from a display. What I would suggest is to convert such number to something shorter (say, 32 bits) and then to display it. This would be an approximation, but people do it all the time.
    Regards,
    Mike

Reply
  • I doubt that anyone would want to read a 20-digit number (which corresponds to 64 bits) from a display. What I would suggest is to convert such number to something shorter (say, 32 bits) and then to display it. This would be an approximation, but people do it all the time.
    Regards,
    Mike

Children