المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : using std vector



C# Programming
08-06-2012, 09:27 PM
I have got the following in a header file for a class:

#include
#include

In the class description, I have the following protected member:

vector samples;

Point2D is defined as a class

during compile time I get lots of errors (C2143, C4430 and C2238)

Any ideas?