After I try to run this code it gives me these lines on the output and I don't know what I should do to fix it. I made sure there was a .txt file so the program can read off from it, but it keeps giving me the following lines.
'HW6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'HW6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'HW6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'HW6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120d.dll'. Cannot find or open the PDB file.
'HW6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[18836] HW6.exe' has exited with code 0 (0x0).
This is what's inside the .txt file.
Sue 67 54 78
Bob 76 89 90
Sarah 76 84 91
Cane 77 84 95
The problem I'm having is that the output window will not show, it appears for like a brief second and then just closes without showing the cout statement: cout << name << " " << highest << endl;