Search:

Type: Posts; User: quintaessentia

Search: Search took 0.00 seconds.

  1. long long int did the trick. Even an unsigned...

    long long int did the trick. Even an unsigned long int was too small. The GMP looks pretty sweet, I'll definitely be checking it out. Thanks once more!
  2. I'm an idiot, I just assumed that when most...

    I'm an idiot, I just assumed that when most searches initially just showed the basic datatypes, that was it. Thanks again.
  3. Ah, I see. Well I guess that makes sense, I've...

    Ah, I see. Well I guess that makes sense, I've never programmed in a language that didn't at least have a longint datatype. Is there any work-around for this, other than a more efficient algorithm?...
  4. Pascal's Triangle Program Only Accurate to 12 Rows

    Hello, I'm new to programming in C, so I've been working on some of the challenges. I've completed the Pascal's Triangle challenge, however my program doesn't give accurate values past the 12th row...
Results 1 to 4 of 4