I'm still quite a newbie to C++, but definately not to C. I'm working on my first large C++ project, and I've made a lot of headway with it, but I'm encountering an error I just cannot figure out. It compiles fine, but I'm getting an invalid page fault error in the output of my "term" class. Judging from the error and past experience, I'd say I messed up with new and delete allocation. I'm basing all my work off of a pretty shabby C++ tutorial, though. I'm trying to find a new one. Anyway, my two source files are attached. I've marked the point I narrowed down the error to, but I've come to find that that sometimes doesn't mean squat, as I'm sure many of you know.