Name:
Anonymous
2009-12-25 13:43
how does one work with larger numbers than 18446744073709551615 in C
Name:
Anonymous
2009-12-25 13:50
the only methods i'm seeing involve either representing it as an array, and pretty much recreating a new datatype, or using a library