On Wednesday, 1 May 2013 21:18:04 UTC+5:30, Vaibhav Tulsyan wrote: > I understand that making better algorithms wouldn't require us to use 'Big > Int Libraries'. However, I still want to know how I can use them in C++ so > that I can perform mathematical operations on very large integers. Can > someone please help? I don't have a good knowledge of templates, vectors as > such but I have a rough idea about the usage of both.
you can use gmp library. check this tutorial http://www.cs.colorado.edu/~srirams/classes/doku.php/gmp_usage_tutorial. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/google-code/-/R9BtmbCLMc8J. For more options, visit https://groups.google.com/groups/opt_out.
