Search:

Type: Posts; User: gil_johnson

Search: Search took 0.00 seconds.

  1. matrixx333 That's a relief - I couldn't...

    matrixx333
    That's a relief - I couldn't reproduce the bug with the copy/paste routine I posted. I forgot about poker.c.
    Gil
  2. matrix, I'm sorry - I am away from home, where I...

    matrix,
    I'm sorry - I am away from home, where I worked on your program, and my mouse here has died.
    I am getting around by keyboard, but I can't figure out how to select the text in your code...
  3. Rats - I see your code doesn't show the...

    Rats - I see your code doesn't show the parentheses, but I saw them when I copied the code to a text editor.
    You might try copying the line from your test program over the line in the main program....
  4. matrix, Your main program doesn't work because...

    matrix,
    Your main program doesn't work because of an extra pair of parentheses around
    (end - start)/CLOCKS_etc.

    (double)(end - start)/CLOCKS_etc.

    works to give a floating point number
    ...
  5. Matrix, Try putting your little timewaster loop...

    Matrix,
    Try putting your little timewaster loop into your program just before the "end" statement.
    You know it takes measurable time, so if your program still reports 0, there is a problem....
  6. Replies
    6
    Views
    1,330

    stabu, I think the general term you want is...

    stabu,
    I think the general term you want is "integer sequence." Wikipedia has an article that gives the names of a few dozen known examples. Try:
    Wikipedia:integer sequence
    Also:
    The On-Line...
Results 1 to 6 of 6