Search:

Type: Posts; User: dskater

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,240

    haha... gotta love programming... thanks for your...

    haha... gotta love programming... thanks for your post, I discovered my problem was that I was actually initiating the arrays before reading in x and y.

    and about the goto, I've read many say it's...
  2. Replies
    4
    Views
    1,240

    hmm... well that's strange... it doesn't go into...

    hmm... well that's strange... it doesn't go into the else if since there's the break; statement, so after it sets the U it exits the loop. And btw, the finish is after all the loops before it prints...
  3. Replies
    4
    Views
    1,240

    Scope of arrays

    Hello, I'm new to these forums and to C language. I'm writing a code for an algorithm and I'm having problem with my arrays. I believe the problem lies with pointers, since I've never studied them...
Results 1 to 3 of 3