Search:

Type: Posts; User: cwafavre

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,948

    Ok, I will go back and look over the examples...

    Ok, I will go back and look over the examples some more. Thank you for taking the time to point those out, I do appreciate it. Now let's see if I can get anywhere with it, thx again.
  2. Replies
    9
    Views
    1,948

    Ok, I looked over the recursive exmples but...

    Ok, I looked over the recursive exmples but noticed they were for C++.... little bit different I assume. Can anyone show me or give an example of how I can change my replace function into a...
  3. Replies
    9
    Views
    1,948

    Ok, I did not convert this into a recursive...

    Ok, I did not convert this into a recursive funtion yet, mainly because I am running into an odd problem... Here is my new code, and below that is what is printing out.


    #include<stdio.h>...
  4. Replies
    9
    Views
    1,948

    I will definately do that, thank you for linking...

    I will definately do that, thank you for linking that to me. If I have probs I will post them later today, thx guys. This board seriously clears minor probs up for me, and that makes a world of...
  5. Replies
    9
    Views
    1,948

    Need some help on a char swap

    Hello all,

    This is my last hmwk problem, and I'm a little confused with what to do with it.

    -I need to write a recursive function that changes all occurences of character t in s (string) to...
  6. Replies
    8
    Views
    2,337

    Thanks for the advise guys, I did get the program...

    Thanks for the advise guys, I did get the program to run. I was not aware that I had a lot missing. Took me a couple hours of toying around with it, but it came out. Thanks again.
  7. Replies
    8
    Views
    2,337

    Recursive Fibonacci, some help needed

    Hey guys,

    This is a hmwk problem of mine that I've been caught up in for a while now.... I need some suggestions to help me figure out what I'm missing, I'm sure it's a minor detail...

    Just...
  8. Replies
    2
    Views
    1,862

    Struggling w/ string_replacement function

    Hello all, this is the last problem on a hmwk assignment of mine, and I am really getting frustrated over it. I am having probs writing my str_replace function...

    Basically, what this program...
Results 1 to 8 of 8