CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: 2kaud

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    5,454

    Re: [NOOB QUESTION] Really large numbers in C++

    There's certainly no fun in using someone else's implementation - and where would programmers be without scope for a bit of fun. :D
  2. Replies
    12
    Views
    5,454

    Re: [NOOB QUESTION] Really large numbers in C++

    I posted a simple large number class in a previous thread. See
    http://forums.codeguru.com/showthread.php?541161-Large-Factorials
  3. Replies
    12
    Views
    5,454

    Re: [NOOB QUESTION] Really large numbers in C++

    The limits of c++ types are defined in the header file limits.h (#include <climits>).
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured