Search:

Type: Posts; User: steveryan

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    4,051

    Thank you very much for the explanation and your...

    Thank you very much for the explanation and your help. It makes much more sense now.
  2. Replies
    12
    Views
    4,051

    Gotcha. That looks much better than the way I had...

    Gotcha. That looks much better than the way I had it.

    Also, when you say "recursively" does that refer to how the main was being called from within the main? If it was working, why is it a...
  3. Replies
    12
    Views
    4,051

    Thank you all again very much. I went to bed...

    Thank you all again very much.

    I went to bed last night without having this resolved. Will sleep well tonight!

    :)
  4. Replies
    12
    Views
    4,051

    I was able to make these changes and get the...

    I was able to make these changes and get the warning to go away. I had to put the char* in 3 places (function prototype definition, the variable declaration, and where the function is executed).

    I...
  5. Replies
    12
    Views
    4,051

    Thank you all very much for your help!!! I do...

    Thank you all very much for your help!!!

    I do keep getting this "warning: return makes integer from pointer without a cast"

    I suspect this is because I am returning a string to an int.
    ...
  6. Replies
    12
    Views
    4,051

    I should have seen that the & was missing. ...

    I should have seen that the & was missing.

    Now there is another problem.

    When I enter "0" to quit, it continues rather than quitting.

    Any idea as to why it will not quit?
  7. Replies
    12
    Views
    4,051

    Option to "Continue or Quit" will not work.

    Hello,

    My father and I are learning C with the intention of eventually learning C++.

    This program worked fine until I tried to add a "Continue or Quit" option. I've spent at least 6 hours...
Results 1 to 7 of 7