<br>
whenever I try to declare any STL objects I keep getting the same error messages....<br>
<br>
sampling of code.....<br>
...<br>
private:<br>
<br>
vector<RCard *> p_cards;<br>
int i_max_size;<br>
...<br>
RCard is a class representing a playing card<br>
<br>
the errors I recieve are as follows.....<br>
<br>
--- syntax error : missing ';' before '<'<br>
--- 'vector' : missing storage-class or type specifiers<br>
--- syntax error : '<'<br>
--- unexpected token(s) preceding ';' <br>
<br>
anyone able to lend me a clue?<br>
<br>
<br>
Mindor
whenever I try to declare any STL objects I keep getting the same error messages....<br>
<br>
sampling of code.....<br>
...<br>
private:<br>
<br>
vector<RCard *> p_cards;<br>
int i_max_size;<br>
...<br>
RCard is a class representing a playing card<br>
<br>
the errors I recieve are as follows.....<br>
<br>
--- syntax error : missing ';' before '<'<br>
--- 'vector' : missing storage-class or type specifiers<br>
--- syntax error : '<'<br>
--- unexpected token(s) preceding ';' <br>
<br>
anyone able to lend me a clue?<br>
<br>
<br>
Mindor