C++ Game Crashing At The First Frame
So, when I run the game through terminal it gives me a segmentation fault and then after using GDB to run it, it says “Bad file descriptor”. Specifically with the std::getline function. It says it is at line 141 but that line has nothing to do with the std::getline function.