Search:

Type: Posts; User: std10093

Search: Search took 0.02 seconds.

  1. Thread: Code help

    by std10093
    Replies
    7
    Views
    964

    Hmm.. Can you post a bit more code?

    Hmm.. Can you post a bit more code?
  2. Thread: Code help

    by std10093
    Replies
    7
    Views
    964

    Correct, so you use my first suggestion :)

    Correct, so you use my first suggestion :)
  3. Thread: Code help

    by std10093
    Replies
    7
    Views
    964

    First of all this is wrong: void square (int...

    First of all this is wrong:


    void square (int x[size][size])

    What you can write is


    void square (int x[][size], int size)
Results 1 to 3 of 3