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
More questions in this forum