Search:

Type: Posts; User: smitty007

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    6,169

    Sorry for the confusion. I am having trouble...

    Sorry for the confusion.

    I am having trouble printing out, on the screen, a 5x5 card (middle space=FREE) with a random assortment of 25 BingoWords[75][30]. More specifically, how alphabetically...
  2. Replies
    19
    Views
    6,169

    Here is what I have thus far...what is wrong w/...

    Here is what I have thus far...what is wrong w/ it?!!! I am so confused, Please help me. Thank you!


    /*
    * Program: BINGO
    * Author: Mark Smith
    * Date: 4/9/09
    * Input:
    * Output:
    *...
  3. Replies
    19
    Views
    6,169

    I can't really get to the other functions given I...

    I can't really get to the other functions given I can't really display the BINGO card correctly. Thanks for looking. I am looking forward to your help.
  4. Replies
    19
    Views
    6,169

    Ok, here is my full code, so far.... I am using...

    Ok, here is my full code, so far.... I am using codeblock (cbp) on Mac. So far, I have printed out a grid; however, where I want the random words to go, I get "NULL".
    Please Help Me. Thanks Here...
  5. Replies
    19
    Views
    6,169

    any other comments/help please??. I'm not trying...

    any other comments/help please??. I'm not trying to be annoying/pushy; however, I just need help. Thanks everybody.
  6. Replies
    19
    Views
    6,169

    I am having trouble... 1) Assigning the words...

    I am having trouble...
    1) Assigning the words to each space on the card,
    2) Display the bingo card (grid-format, rows/columns) to the user (for both players)
    3) Calling out a word, and
    4)...
  7. Replies
    19
    Views
    6,169

    any hints or ways I should do this (i.e. example...

    any hints or ways I should do this (i.e. example code)? It has been awhile since I have done strings/arrays, etc.
  8. Replies
    19
    Views
    6,169

    I will be defining [WORDS][LENGTH] for...

    I will be defining [WORDS][LENGTH]

    for example:

    #define WORDS 75
    #define LENGTH 30
  9. Replies
    19
    Views
    6,169

    ok, i'll try that. Thank you.

    ok, i'll try that. Thank you.
  10. Replies
    19
    Views
    6,169

    Bingo with words

    I want to make a BINGO game; however, instead of the usual where one calls out "B1", I want to use words instead. I know, for the most part, how to randomize a given interval of numbers, BUT how...
Results 1 to 10 of 10