Search:

Type: Posts; User: laserlight

Search: Search took 0.40 seconds.

  1. Replies
    9
    Views
    1,147

    Ah, well, this is wrong: char temp[]; The...

    Ah, well, this is wrong:

    char temp[];
    The array must be declared with a specified size. However, even if you fixed this, there is another problem: you return this array at the end of the...
  2. Replies
    9
    Views
    1,147

    How does the code not work?

    How does the code not work?
Results 1 to 2 of 2