Tagged Questions

1
vote
5answers
391 views

How do I find a segfault in my C++ program? [closed]

I'm a relatively new programmer in C++ and I've been doing coding competitions recently and I've noticed a lot of my time is spent searching for segfaults in my program that I can't seem to find the ...