User profile: TheToaster

User info
User name:TheToaster
Old user name:IceStorm
Location:USA
History
Joined:
Number of posts:628
Latest posts:

I need assistance with my homework
What are you confused about? Posting your entire assignment and saying that you are confused doesn't...

Grades Program switch statements
If 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 ++ operators
It'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 ...