Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Large Numbers arithmetic in C

Status
Not open for further replies.

aluaya

Programmer
Nov 2, 2005
8
0
0
DE
Hi all,

On paper i have to do some arithmetic on large numbers, 1024 bits or more, including multiplication, division, power ...etc,

of course in C the largest variable i have is 32 bits,

does this mean that i have store my numbers in arrays and implement my own operators? (i.e. do the multiplication step by step....etc)

If any one have an idea or a better idea, its more than welcome,

Regards
 
thanks very much for the reply...

i guess it is something very useful....

but i can't use it rather than to implement something similar..

wish me luck,

still if any one have ideas its more than welcome,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top