Search:

Type: Posts; User: daedalus703

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,604

    Quickest problem solution ever. Thanks!

    Quickest problem solution ever.

    Thanks!
  2. Replies
    4
    Views
    1,604

    String/Char* Problem in GMP

    I am using the GMP multiple precison package.

    I need to input very large integers as strings, for example


    mpz_init_set_str(x,"1234567890",10)

    will set x to that large integer in quotes...
  3. Replies
    3
    Views
    873

    I enclosed the offending case in brackets and it...

    I enclosed the offending case in brackets and it now works.

    Thanks guys!
  4. Replies
    3
    Views
    873

    Read File in Switch

    The following piece of code (which will read a number from input.txt, provided of course that you enter 0) will compile and run fine:



    #include <iostream.h>
    #include <fstream.h>
    #include...
Results 1 to 4 of 4