printing out a base 2^32 number in base 10

60 Views Asked by At

I wasn't really sure weather I should post this in here or in Stack Overflow, but I am creating a big_int class and have a vector of unsigned integers, each of them being 32 bit; this vector represents a single number of base 2^32.

I am looking for a way to print in the console the base 10 equivalent of this number.

Any help would be greatly appreciated.