Search:

Type: Posts; User: LotsToLearn

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    799

    Debugging setup

    I am trying to debug a program in Code::Blocks by setting up the breakpoints etc using the Debug menu on the interface. The start/stop plus all the other features are not highlighted. How do I start...
  2. Explanation for analyze_hand() to detrmine whether the hand contains flush/straight/.

    This is a part of the code. I am confused as to what the foll code works:
    /* check for straight */
    rank = 0;
    while (num_in_rank[rank] == 0) rank++;
    for (; rank < NUM_RANKS &&...
Results 1 to 2 of 2