no instance of overloaded function getline c++
- by Dave
I'm a bit confused as to what i have incorrect with my script that is causing this error.
I have a function which calls a fill for game settings but it doesn't like my getline.
Also i should mention these are the files i have included for it:
#include <fstream>
#include <cctype>
#include <map>
#include <iostream>
#include…