Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Find the the longest decreasing row of numbers in a vector

    IMO, if you want to be successful as a programmer, I think you need to get over this. So much of learning to program is inspired by self-motivated interest and exploration, largely through printed...
  2. [SOLVED] Re: Find the the longest decreasing row of numbers in a vector

    It looks like you solved the problems you were having with arrays. Does the program do what it's supposed to do? How are you testing it?
  3. [SOLVED] Re: Find the the longest decreasing row of numbers in a vector

    I have no idea what this means. Don't be timid about adding a few extra words that actually explain what you're trying to say.
  4. [SOLVED] Re: Find the the longest decreasing row of numbers in a vector

    for (int i = 1; i <= a.length; i++)

    <= a.length : get rid of the '='.
Results 1 to 4 of 4