Heya! I'm looking to use getline to read some input from a file but VS keeps telling me it can't do it and I'm looking at a similar program I typed in the past and can't figure out what's so different about it. there are 3 files.
#ifndef M_H
#define M_H
class Menu
{
public:
//Read in all committee information from a file and store
//all committee information into a sorted list.
Menu();