Problems with Stacks. Thank you very much!
Problems with Stacks. The program I've written manages to print out a few, then spits out the Stack Empty error. I suppose...
Problems with Inheritance. main.cpp [code] #include <iostream> #include <sstream> #include <vector> #include "Double.h" #inclu...
Problems with Inheritance. [/code] Numbers.h [code] #ifndef NUMBERS #define NUMBERS #include <iostream> #include <string> usi...
Problems with Inheritance. Double.h [code] #ifndef DOUBLE #define DOUBLE #include "Integer.h" #include "Numbers.h" #include <...
This user does not accept Private Messages