I'm new at C++ programming and am working on an assignment. I've managed to compile my codes alright but got an error while testing the program.
The error surfaced halfway through viewing details of a linked list, where suddenly, the program started printing weird characters while the computer emit beeping sounds. The output of weird characters and the beeping sounds will carry on unless I forcefully terminate the program or press the 'Pause/Break' key.
Are there any common reasons / solutions for this error? I've attached a screenshot of the program with the error. The codes are quite long tho (and very messy too :$ ), but if it is needed, I can upload it.
p.s. I've worked with this problem for about a week now and this is kind of my last resort before I dump what I have and start all over with a different program logic. Please help!