How to Convert Binary String of Length 1024 to its Respective Decimal Number.

for example
101 of length 3 and the respective Decimal Number is 5
10111 of length 5 and the respective Decimal Number is 23
like this .. i have a binary number of length upto 1024 ...

The resultant decimal number range is more than the builtin data type ranges.

So how can i made calculations on numbers out of Builting data types ranges.

Please Tell me...

Thank you in Advance.

Recommended Answers

All 4 Replies

>So how can i made calculations on numbers out of Builting data types ranges.
Use an arbitrary length math library such as GMP, or write your own.

Is There any code with u ......

please give me ....

>please give me ....
No. Do it yourself and I'll help you fix any problems. But I won't do your work for you.

>please give me ....
No. Do it yourself and I'll help you fix any problems. But I won't do your work for you.

TanQ........

i will try for it ......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.