> On Dec 10, 2017, at 11:35 AM, Osman Zakir <
osman...@gmail.com> wrote:
>
> Drill number 1 for the vector implementation says:
>
> Define a struct Item { string name; int iid; double value; /* . . . */ }; , make
> a vector<Item> , vi , and fill it with ten items from a file.
>
> But I don't understand what I need to do for the value. So any help on being able to understand what to do here would be appreciated.
I don't have the book with me, so I can only ask questions. My first question: What kind of data does the file contain?