Inherit from cout - how to override "<<" operator & forward to baseUsing c++11, but I don't think that matters here. output.displayHeader() must execute before the ...
program won't compile - problem with void functionI can't tell exactly what you're trying to do, but I'll throw out a few comments that I have. These...
Code DeBug for a State machine (using state pattern)We've (mostly) all ran into the issue of classes that are dependent upon each other. The answer is ...
program won't compile - problem with void functionAhh, I see that your original example did have the line "using namespace std;", just below where I w...
program won't compile - problem with void functionFIRST, put code in [ code] .... [ /code] blocks (without the spaces after the "["). This makes i...
This user does not accept Private Messages