I need assistance with my homeworkWhat are you confused about? Posting your entire assignment and saying that you are confused doesn't...
Grades Program switch statementsIf you are using GCC as your compiler, you could use (nonstandard extension) case ranges to simplify...
Why is this valid code?See the following: [code] #include <iostream> using namespace std; template<class X*> voi...
overloading ++ operatorsIt's just a convention. The C++ language states that the postfix increment operator is implemented w...
Reading from a file with getline, won't work the 2nd time?You need to post your entire code. We cannot understand what all the variables you are using if you ...