I am trying to read in my file for the first time so I can set my dynamic array of a class. The code I have compiles but it hangs up when I try to run it.
int counter = 0;
int hsn, bth, bed, sf, prc;
string str;
do
{
cin >> hsn >> str >> bth >> bed
>> sf >> prc;