Thread: Vector problem
View Single Post
  #1 (permalink)  
Old November 7th, 2005, 06:20 PM
ronnie5 ronnie5 is offline
Registered User
 
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote