How to use gdb to find a floating point exception in g++ code
- by Phenom
I have a g++ program that runs without user input. Somewhere the program is interrupted and it says "Floating point exception." Can gdb help me find what's causing this in my code?