可能重复:
What is the best way to represent arbitrarily big numbers in c?
Are there any solid large integer implementations in C?
我需要划分两个int大数并且只想要整数结果(不是余数) 像987654321987654321/98765432198 其中数字不能存储在long long int中。 我想我应该使用字符串,但我不知道从哪里开始。 顺便说一下,我正在使用c.please help !!!