How to use gdb to find a floating point exception in g ++ code
I have a g ++ program that works without user input. Somewhere the program is interrupted and it says "Floating point exception". Can gdb help me find the reason for this in my code? How?