This is probably the most frustrating thing in c++ for me. I can handle compile errors just fine, but when I get a core dump, I get so frustrated, because I have no idea where the problem is, especially when I have 300+ lines of code to be looking at.
Although I have fixed it before, I guess I don't quite understand what it is or why its exactly happening. Could someone give me a decent explanation, and some tips on troubleshooting this prob.