Search:

Type: Posts; User: oogabooga

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    9,729

    Firstly, the -Wdiv-by-zero warning's effect is...

    Firstly, the -Wdiv-by-zero warning's effect is only at compile time, not runtime. Secondly, it will only warn for divisions by zero that it can spot.

    So this gives a "division by zero" warning...
  2. Replies
    9
    Views
    9,729

    Floating point divide errors don't generally...

    Floating point divide errors don't generally "throw" an exception unless you change the default behavior.
    Since you're just looking for a "divide error", by which I assume you mean a runtine...
Results 1 to 2 of 2