Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    2,075

    [SOLVED] Re: trying to use hashtable in tic tac toe game

    Why are you using a hashtable? You never use the saved value.
    For something as simple as tictactoe, an array of binary values would work.
  2. Replies
    7
    Views
    2,075

    [SOLVED] Re: trying to use hashtable in tic tac toe game

    Have you made any progress solving the problem and getting the program to work the way you want?
  3. Replies
    7
    Views
    2,075

    [SOLVED] Re: trying to use hashtable in tic tac toe game

    Did you try writing a 5 line program that adds a key to a Hashtable and then calls containsKey() to see what happens?


    Also printing out the contents of the hashtables will help you see what the...
Results 1 to 3 of 3