Search:

Type: Posts; User: craigjlner

Search: Search took 0.17 seconds.

  1. Re: How to use an array that has int values "keyed" to a String name.

    Thats true. I had this in my earliest effort where each bot had a score for each map. In the constructor I called it then fm1, fm2 ,fm3 , fm4 , fm5.


    public class Bot {

    public int fm1,...
  2. Re: How to use an array that has int values "keyed" to a String name.

    Well thanks for your help on this one guys but I'm going to throw in the towell. I had a good read of the collections and map APIs and I think its too hard a problem to solve. I'm going to move on to...
  3. Re: How to use an array that has int values "keyed" to a String name.

    I took what you wrote into account and everything. Unfortunately I still cant progress very far. I tried drawing the class relationships out on paper but I'm still stuck. Problem is when I try to put...
  4. How to use an array that has int values "keyed" to a String name.

    I am trying to write a program that organizes results from a tournament of computer games using bots. I want to do interesting things with the data like rank the bots on the results of each map,...
Results 1 to 4 of 4