Search:

Type: Posts; User: robocop

Search: Search took 0.01 seconds.

  1. k=-1 not a typo

    k=-1 is not a column, because once the space is found, it has to go thru the loop which will increase (k++) to zero again.

    thanks
  2. separating line of arrays into array of arrays

    If anyone can help -much appreciate

    I want to take a line of input from the user using an array of cmd[100]; then take that input and separating them out with spaces as a delimiter into an array...
Results 1 to 2 of 2