Finding the Max, Min, Evens, and Odds of a Data SetI would set the initial min and max values to the first number. That way you know that the max and m...
Finding the Max, Min, Evens, and Odds of a Data SetYou need to fix your initialization of min. unless you have a number less than zero it will always b...
vectors and vector iteratorsI don't see remove(). Did you mean erase()?
vectors and vector iteratorsYeah, I was playing around with std::vector<Account*> and that seems to hold the pointers to Account...
Pancake Glutton help pleaseWhat is the output of your program right now. In reading through your code [code] for (int i2=0; ...
This user does not accept Private Messages