c# - Where has BigInt gone? -



c# - Where has BigInt gone? -

this question has reply here:

where system.numerics namespace? 1 reply

i have started on project euler problems. on problem 13 requires provide first 10 digits of sum of 100, 50 digit numbers.

i decided seek solve big int class in c#. looked around on net , there tons of illustration code them. however, can't seem find bigint in visual studio 2010.

in .net framework 4.0 it's found in system.numerics.dll. add together reference assembly gain access system.numerics.biginteger.

c# biginteger

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -