Forum: C++ Dec 2nd, 2008 |
| Replies: 1 Views: 1,234 I'm trying to get the game below to work with 2 players. It's setup the way I need it (even the entering the numbers for the die instead of using a rand function and not allowing the bet amount to... |
Forum: C++ Oct 23rd, 2008 |
| Replies: 6 Views: 444 That fixed it. I'm really sorry about the stupid questions, this is my first programming class and I'm having a really hard time with it. Thanks a bunch.
Wes |
Forum: C++ Oct 23rd, 2008 |
| Replies: 6 Views: 444 My teacher said it had to be a for loop and had to declare 2 and 0 and type them out (yeah she's a little nuts). Take the second num input out worked for getting it to add correctly but now my... |
Forum: C++ Oct 23rd, 2008 |
| Replies: 6 Views: 444 Ok, I'm writing a simple for loop with an accumulator for my class tonight and can't figure out what I'm doing wrong. I want the program to accept the first 10 even numbers from the keyboard and add... |