Search:

Type: Posts; User: Ashfury

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    15,648

    Thank you very much :) The replies were very...

    Thank you very much :) The replies were very useful.
  2. Replies
    7
    Views
    15,648

    Rewriting a for loop as a while/do-while loop

    Okay, I know this isn't exactly rocket science but I can't seem to rewrite this for loop to another type of loop:



    for (; z != n; n = n->l)
    {
    do_something(n);
    }
  3. Replies
    10
    Views
    5,662

    Sorry for posting again, but can you tell me...

    Sorry for posting again, but can you tell me where to insert those codes? I tried what dwks directed but still doesn't work correctly. If possible, can you add the new code onto my existing code and...
  4. Replies
    10
    Views
    5,662

    Thanks! Good thing I'm doing Arrays at the...

    Thanks! Good thing I'm doing Arrays at the moment. LOL :)
  5. Replies
    10
    Views
    5,662

    Thank you very much! But may I ask what EOF means...

    Thank you very much! But may I ask what EOF means as I have not seen that before.
  6. Replies
    10
    Views
    5,662

    How do I check the returnvalue of scanf?

    How do I check the returnvalue of scanf?
  7. Replies
    10
    Views
    5,662

    Newbie Help: Currency Converter

    Here's what I'm supposed to do:


    But whenever I enter a character that is not a number, the program doesn't display an Error. How do I resolve this?
    Please take into consideration that I have...
Results 1 to 7 of 7