Search:

Type: Posts; User: tcumech

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,291

    The array has a zero in it and the function...

    The array has a zero in it and the function should be ternminated when the 0 is reached...all even values should, i guess, be to the left of the zero.

    nice philosophy...next?
  2. Replies
    12
    Views
    2,291

    the array is a predetermined length. I need not...

    the array is a predetermined length. I need not know how long the array is, only to discard all odd values and store all even values back into the original array. Don't attempt to get your rocks off...
  3. Replies
    12
    Views
    2,291

    I guess i forgot to add the open curly bracket: ...

    I guess i forgot to add the open curly bracket:




    void oddDel (int x[] ) {

    int i;
    char b[], temp;
  4. Replies
    12
    Views
    2,291

    help with storing arrays

    not too sure what is going wrong here:

    write a function that removes the odd integer values from the array and stores all remaining even numbers back into the original array. So far, I have:


    ...
  5. Replies
    3
    Views
    3,496

    Help on maze problem

    I have been working on this maze for many hours, and although this may not be difficult for a seasoned programmer, I am having much difficulty attempting to complete it. I am to find a path through a...
Results 1 to 5 of 5