I have a list of baseball teams and I'm trying to store all the names in an array. I have written code that successfully compiles but when I do something like .... std::cout << winnerList[15] << std::endl; .... it only displays Cleveland, instead of Cleveland Indians. I thought I set up the getline correctly to get the entire line as some teams obviously have three names like New York Mets. Help would be really appreciated, thanks.