Hay have a problem with a few things so there will be lots of need help post's in here
firstly i only just need to get my array.h file working
i keep getting constant errors on this
Code:
public:
float_s(){ isFree = false;}
std::vector;<REAL> v;
~float_s() { v.clear(); }
bool isFree;
void reset() {
z = v.begin();
The Errors im getting are
Code:
error C2039: 'vector' : is not a member of 'std'
error C2501: 'float_s::vector' : missing storage-class or type specifiers
error C2059: syntax error : '<'
error C2238: unexpected token(s) preceding ';'
We'll just start with these errors for the time