reading text file into vectors

hi,
I'm new to C++. your answer will be very much appreciated.
I have a text file of about 15 lines. Each line is comprised of string,string, char, int, double and string IN THAT ORDER. I need to read the entire file into vectors of string, char, int and double. so far I was only able to read the text file into appropriate variable.
Any ideas???? I will be very grateful
thanks
Topic archived. No new replies allowed.