Search:

Type: Posts; User: Tsarin

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    5,268

    Re: okay, i'm getting REALLY upset

    I'm glad to hear that you finished it :) It sounds like apretty tough assignment after only an 8 week introduction. Hopefully you learned something, because in the end, thats what it's really all...
  2. Replies
    11
    Views
    5,268

    Re: okay, i'm getting REALLY upset

    I'm not too sure how much experience you have with workign with objects, I made the assumption that since this is your final project you have make several programmes to learn how they interact?

    A...
  3. Replies
    11
    Views
    5,268

    Re: okay, i'm getting REALLY upset

    The error expecting ; just means you're missing a ";" at the end of one of your lines, a good first palce to check is at the end of line before where the error occured.

    If you're still getting the...
  4. Replies
    11
    Views
    5,268

    Re: okay, i'm getting REALLY upset

    If you're going to use an array, rather than a collection, you will need to construct the string then add it to the array, e.g




    GuitarString GuitarStrings[] = new GuitarString[6];
    ...
  5. Replies
    11
    Views
    5,268

    Re: okay, i'm getting REALLY upset

    Quickly reading over the requirements, it sounds like each string will be an object.

    A string has a name, isTunes, isPlaying, could be cool make tuned a number value, e.g 0. anything over and the...
Results 1 to 5 of 5