Search:

Type: Posts; User: laserlight

Search: Search took 0.31 seconds.

  1. The thing is, you showed even more code, yet the...

    The thing is, you showed even more code, yet the declaration of arra is still missing.

    EDIT:
    That said, one thing to note is that your character variable is incremented, but never reset. It looks...
  2. Post the smallest and simplest program that...

    Post the smallest and simplest program that demonstrates the error. It should be a program of not more than say, 10 lines, that you expect to compile perfectly well but which results in that warning.
  3. Well, it could be as simple as: check =...

    Well, it could be as simple as:

    check = arra[0][0];
  4. Where is the while loop? You cannot use strcpy in...

    Where is the while loop? You cannot use strcpy in this way, and it does not fit your description of what you are trying to do.
Results 1 to 4 of 4