Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i need to biginteger class's main code
im waitting your helping
thnks...
Posted

Hi Orhss,

Please refer the below code for more details.

C# BigInteger Class[^]

http://msdn.microsoft.com/en-us/library/system.numerics.biginteger.aspx[^]
 
Share this answer
 
C#
class TestClass
{
    static void Main(string[] args)
    {
        // Display the number of command line arguments:
        System.Console.WriteLine(args.Length);
    }
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900