Search:

Type: Posts; User: JYoung

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,494

    Convert code to use Pointers, Functions, etc.

    Source attached. How close am I to getting this to work with
    passing pointers as args? The second function seems to be the problem.

    The objective is to store 5 integers(array). GET_DATA() accepts...
  2. Replies
    7
    Views
    2,357

    How do I terminate a FOR Loop?

    In the below FOR Loop, I only want VALUE FOUND or VALUE NOT FOUND
    printed once. Right now depending on what array[index] the value is in
    (ie. if it's in the third index) it will print VALUE NOT...
Results 1 to 2 of 2