Vector problem
Hi, Im a beginner to C++ and can't work out these errors:
"File1.h": E2303 Type name expected at line 9
"File1.h": E2139 Declaration missing ; at line 9
this error is related to the line: vector<int> si;
which is in a header file. Please, if you know how I can solve this error I will be very happy, as I can't carry on with the rest of my coursework.
cheers,
ronnie
|