Weed schrieb:
bearophile ÐÉÛÅÔ:
Weed:
It is not enough to make Bigint the object?

I think I have already answered your question (and at the moment BigInt is a 
struct, I think).


I did not understand the problem.

You can make an object Bigint. You can add, deduct the value BigInt. You
can declare them as follows:

Bigint x = "71_459_266_416_693_160_362_545_788_781_600";

or even so (to avoid confusion with strings):

Bigint x = Bigint("71_459_266_416_693_160_362_545_788_781_600");

Only that it will be impossible to do so to declare x static :)

And another: where else can I apply it?

he just want to avoid the "..." around the number

Reply via email to