Search:

Type: Posts; User: Letish

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,984

    OKAY!!! So how do I say "While the user has not...

    OKAY!!! So how do I say "While the user has not entered the value '0' "? Coin was an int before I changed it to a pointer so I thought it would work... I thought wrong
  2. Replies
    6
    Views
    3,984

    Sorry... What I should have told you is that this...

    Sorry... What I should have told you is that this is a function in a much bigger program that I am writing. The user has to enter on of 5 coin choices 5, 10, 20, 50, 100. To terminate this loop they...
  3. Replies
    6
    Views
    3,984

    Help with isdigit and for loops

    I am attempting to check whether a number entered is a digit. I have devised that the way to do this is to create a character array and save the user input there. Then I open/create a text file....
Results 1 to 3 of 3