I'd suggest to completely rewrite the code if you do want to use it. There are many many things wrong in what you posted:
- no include guards in header files
- "using namespace" in a header file
-...