Okay, so I'm having a bit of a problem... I'm trying to open a .txt file, if it opens, send the string to my class to open and read the data in to a vector. I'm getting some weird errors though. I took out my constructors to see what it would do and it reduced some of the errors. However, I'm still getting errors like: "C++ forbids declaration of `vector' with no type" from my private variables.