A BigInteger Class
I am working on an audio tagging library and I needed a BigInteger class so I opened Knuth and wrote one. You can download it and feel free to use it without restriction. This release includes a VS2005 solution. I originally wrote this in VS2003 so it should be possible to back port it if you need a VS2003 solution.
There's is a BigInteger class on the Code Project by Chew Keong TAN; however, this implementation uses a fixed length buffer and wasn't suitable for my use. There is also an implementation in the J# library that you can use, see this article on MSDN for more details.
UPDATE: I put the code on codeplex.
There are no comments.