Search:

Type: Posts; User: RedRattler

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,466

    thanks Stumon. I will play with that and see...

    thanks Stumon.

    I will play with that and see if I can get it.
  2. Replies
    3
    Views
    1,466

    Array help needed, again...

    I need to make a program that copies arrays among functions using both pointer notation and array notaion. I can't see mto get it to work to pass the array on to the next. Any help would be greatly...
  3. Replies
    2
    Views
    1,190

    ahhh. Thanks for reminding me of the obviouse......

    ahhh. Thanks for reminding me of the obviouse...

    greatly appreciated
  4. Replies
    2
    Views
    1,190

    Sums of an array ??

    I typed this program



    #include <stdio.h>
    #define SIZE 10

    int sum(int ar[], int n);
    int main(void)
    {
  5. Replies
    4
    Views
    868

    Thanks Vber, that typo was it. It works fine once...

    Thanks Vber, that typo was it. It works fine once I changed it.

    I think it was just one of those working at it for to long to recognize simple typos :(
  6. Replies
    4
    Views
    868

    sorry, also ment to say that it accepts the 10...

    sorry, also ment to say that it accepts the 10 scores, and reads them back to me, but then goes into a never ending loop of asking my for 10 scores, reads them back wash repeat...

    thanks
  7. Replies
    4
    Views
    868

    Need some help please

    First time post, but you guys have helpd me so much on previouse posts I have read...

    I am trying to create a function that ask you for 10 scores in golf, then gives you an average. It doesn't...
Results 1 to 7 of 7