Forum: C++ Mar 17th, 2009 |
| Replies: 4 Views: 249 I just assume that because when I type in q it doesnt let me input anything anymore it just keeps repeating my code without stopping. |
Forum: C++ Mar 17th, 2009 |
| Replies: 4 Views: 249 I am working inside a function and am already passing back a value. Inside the function I am using cin to get an int from the user. If they want to quit they type q. The input buffer fails when this... |
Forum: C++ Mar 16th, 2009 |
| Replies: 5 Views: 246 Ok, I see what you guys are talking about, so how would I insert the amount of my dynamic array inside the if statement and have it so that my addamount function somehow can actually put the amount... |
Forum: C++ Mar 16th, 2009 |
| Replies: 5 Views: 246 So I made all the functions for a project where I was supposed to take input from the user through a menu and make an array and do various things with it. Two things I couldnt figure out were how to... |