Search:

Type: Posts; User: Muster Mark

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,913

    Yay, it worked!

    Thanks so much! putting (unsigned long long int) in front of Primes[Test] worked wonderfully! And, best of all, I only melted one computer in verifying this:devil:(fortunately, not a valuable one).
  2. Replies
    6
    Views
    2,913

    Why would Num be overflowing, given that it's...

    Why would Num be overflowing, given that it's maximum value is so large compared to the numbers it could be?
  3. Replies
    6
    Views
    2,913

    Thanks for the prompt reply! Overflow sounds...

    Thanks for the prompt reply!

    Overflow sounds pretty likely now that you mention it. But it still doesn't really make sense, because which variable could be overflowing? Regardless, I will now...
  4. Replies
    6
    Views
    2,913

    Some trouble with a prime generator

    Hello everyone,

    My Background: I am a novice C programmer. I simply bought a book* and am trying to teach my self out of general interest in computer science.

    My Trouble: As an exercise, I...
Results 1 to 4 of 4