how to declare int1024 in C#? i can use VB or C++ Too.
Regards
Behrooz
|
|
how to declare int1024 in C#? i can use VB or C++ Too. Regards
|
||||||||
|
|
|
See this question: http://stackoverflow.com/questions/176775/big-integers-in-c From the answer to that question:
|
||
|
|
|
|
If I understand you correctly you want a 1024 bit integer. Unfortunately there is no inbuilt 1024 bit integer type in .net. You would have to find a specialised library for that kind of thing or write one yourself. There is an article about big integers here. |
||
|
|
|
|
And by that do you mean a 1024-bit integer? Better wait until |
||
|
|
|
|
Just for avoidance of doubt:
|
||||
|