i was wondering why after the input only records the string up until the first space. ive tried various inputs, and only the first word was put into the array.
i have the iostream header, declared using std::getline, yet the error states that there is no instance of the overloaded function that matches to the arguments. i looked up the parameters of getline, and they matched the ones you put. so i dont understand why it wont work.