I want to use the information from the text file in the program.
so that I can write
if (coordinates && !stopsign) {
cout << "it lacks a stop sign at coordinates x, y";
} else {
the stop sign is there;
}
So I need to know that c ++ understands what is in the text file.
so that I can store the different coordinates and signs as variables