Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.20 seconds.

  1. Replies
    32
    Views
    3,934

    Re: missing return statement need help!!

    The problem there is that you've already declared that array prior to this line. You dont need the word "int" before you access an array. When you get past that you have a lot of errors from missing...
  2. Replies
    32
    Views
    3,934

    Re: missing return statement need help!!

    Is informing someone about a typo really spoon feeding? I have no problem of changing future advise. The line between spoon feeding and wasting people's time due to stupid errors is hard to define.
  3. Replies
    32
    Views
    3,934

    Re: missing return statement need help!!

    You have "void" capitalized as "Void". Is it possibly seeing this as a type and trying to make you have a return statement? It should be all lowercase. Give that a shot and see what happens. Also...
Results 1 to 3 of 4