Search:

Type: Posts; User: KarrieWojo

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,453

    Hey guys, I've been working with my program some...

    Hey guys, I've been working with my program some and I am pretty close to getting my function to work. It runs through fine, but it doesn't do the calculation. I have a feeling like it is something...
  2. Replies
    12
    Views
    2,453

    Thanks a bunch guys, I will definitely try out...

    Thanks a bunch guys, I will definitely try out some of these comilers that you have listed. I'm just tired of reading through tutorials and then seeing a section of code I want to try out, and then...
  3. Replies
    12
    Views
    2,453

    Man, I swear that Miricle C is useless. I can't...

    Man, I swear that Miricle C is useless. I can't seem to compile your code Aia. Your explaination of what getchar is actually doing really helped out a lot. Another thing that I would like to learn...
  4. Replies
    12
    Views
    2,453

    That is the code that I found from this websites...

    That is the code that I found from this websites faq, describing how to properly flush the user input. I have no idea works, so I figured I would try it out and see what I could come up with. Then I...
  5. Replies
    12
    Views
    2,453

    Help with input flush

    I've been browsing through some threads on this board and I ventured to a section in the faq about input flush. This topic interests me because I was having some trouble with validating user input....
  6. Replies
    14
    Views
    1,619

    Thank you so much matsp for the replies. It seems...

    Thank you so much matsp for the replies. It seems as if once I figure one thing out, there is a plethora of more things right inside of it to confuse me :) I will have to try some more tweaking and...
  7. Replies
    14
    Views
    1,619

    Ah, I guess I didn't know that about the isdigit...

    Ah, I guess I didn't know that about the isdigit function. I think I am one step closer to getting this program to where I like it. I chose to go back with the do/while statement, and I also added a...
  8. Replies
    14
    Views
    1,619

    Ok, I have tried some new things and I think I am...

    Ok, I have tried some new things and I think I am getting close. I used an if statement and it seems to check the validation of the entry. The only thing is that when a valid entry is made, it goes...
  9. Replies
    14
    Views
    1,619

    Thank you so much for the replies guys. We never...

    Thank you so much for the replies guys. We never really covered anything about error handling in our text, and the teacher is not so speedy with getting back to us with questions. I like how we get...
  10. Replies
    14
    Views
    1,619

    Sorry about the indentation, as you can tell I am...

    Sorry about the indentation, as you can tell I am rather new to this :) I forgot to switch back the iSelection to int after messing with it. I was trying the isdigit to verify that a digit was...
  11. Replies
    14
    Views
    1,619

    I need help with validation for two inputs

    Hello, I am having trouble with error checking on my program that has two inputs. The first is a menu selection, and the second is an amount greater than 0. For both inputs it must check against...
  12. Replies
    3
    Views
    910

    Thanks for the reply MacGyver, I will definately...

    Thanks for the reply MacGyver, I will definately heed your advice. Our first couple weeks look pretty slow, so I have been reading ahead and trying to learn as much as I can in advance. I'm just...
  13. Replies
    3
    Views
    910

    Just a quick hello!

    I just wanted to say a quick hello, and from the looks of this site I can see there is a wealth of knowledge available. I am currently enrolled in a basic programming concepts course that is based...
Results 1 to 13 of 13