Search:

Type: Posts; User: Kyoukoku

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    16,417

    Oh!.... Sorry there! I couldn't tell if what...

    Oh!.... Sorry there!
    I couldn't tell if what you posted, was exactly what you wanted( you stated that you couldn't edit it?).
    either way thanks a lot!
    Testing it out right now.
  2. Replies
    12
    Views
    16,417

    alright thanks guys for the quick response. ...

    alright thanks guys for the quick response. Below is some code iv'e tried.

    char str[3][3] ={"1","2","3"};
    int i = 0;
    while(str[i] != NULL || *str[i] = '\0')
    {
    i++
    }

    this however...
  3. Replies
    12
    Views
    16,417

    counting rows in a 2D array

    Okay im a complete newbie when it comes to C. I need to write a function that takes a 2D array as an input and then counts the number of rows in the 2D array. I have played around a bit and did...
Results 1 to 3 of 3