CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    Feb 2005
    Location
    Pasadena, MD, USA
    Posts
    105

    Re: Operation with long_numbers

    Hi draqula,

    If you want to study the algorithms, see Knuth's The Art of Computer Programming, Seminumerical Algorithms.

    If you want an implementation, I prefer Crypto++. An implementation of Knuth can be found here.

    For a tutorial on using the CryptoPP::Integer, see A Big Integer Package for Use in Visual Basic Written in Visual C++. The article is a COM wrapper, but the mathematical operations are the same.

    Jeff
    Last edited by [email protected]; November 22nd, 2005 at 03:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured