Forum: C++ Dec 16th, 2007 |
| Replies: 6 Views: 960 I just wanted to make sure I was on the right track as far as the logic behind my code. Needing to initialize it beforehand so I would have the right outcome for my total. I start my C++ class in a... |
Forum: C++ Dec 16th, 2007 |
| Replies: 6 Views: 960 Thanks Ancient Dragon. I haven't learned any specific languages yet. That's in line next semester. This is just the pseudocode and format that we have been taught. I found a good example which... |
Forum: C++ Dec 16th, 2007 |
| Replies: 6 Views: 960 Hey guys gotta quick question for ya. I'm trying to figure out the best way to write an array for the following:
(1) Hot dog 1.50
(2) Fries 1.00
(3) Lemonade .75
(4) End order
You should be... |
Forum: C++ Nov 19th, 2007 |
| Replies: 2 Views: 1,387 Thanks WaltP! I appreciate your help and how expedient you answered! =) |
Forum: C++ Nov 19th, 2007 |
| Replies: 2 Views: 1,387 I am going through and rechecking my work on a project and was hoping someone might see if I am on the right track. First off the project is as stated:
A baseball team manager wants a report... |