Home | History | Annotate | Download | only in bigint

Lines Matching full:library

2                             C++ Big Integer Library
9 You can use this library in a C++ program to do arithmetic on integers of size
10 limited only by your computer's memory. The library provides BigUnsigned and
22 The code in `sample.cc' demonstrates the most important features of the library.
27 This library emphasizes ease of use and clarity of implementation over speed;
33 Compiling programs that use the library
35 The library consists of a folder full of C++ header files (`.hh') and source
42 put the library header files where the compiler will find them and arrange to
43 have your program linked with the library source files; otherwise, you will get
46 me. Adding all the library files to your project will work in many IDEs but may
51 The library's Web site (above) provides links to released versions, the current
53 bug reports, and other discussion of the library. I would be delighted to hear
54 from you if you like this library and/or find a good use for it.
58 The library has been tested by me and others but is by no means bug-free. If
67 I, Matt McCutchen, the sole author of the original Big Integer Library, waive my
68 copyright to it, placing it in the public domain. The library comes with