Im trying to create a class with a vector and a list. It gives me 8 errors, starting with error C2143: syntax error : missing ';' before '<', when i try and dclare either in the header file. Ive included <vector> and <list> in the cpp. I can declare them in the cpp as well. Im using VS6. Ive tried it with and without std::.
Thank You
Thank You