PDA

View Full Version : Exception en point flottant!!!



Stephano
19th May 2006, 11:18
When i execute my application;
this message :
exception point flottant

what 's the source of error!

jacek
19th May 2006, 11:40
exception point flottant
Probably you divide by zero somewhere in your program.

gael.deest
19th May 2006, 23:10
When i execute my application;
this message :
exception point flottant

what 's the source of error!

You're french ! Sorry, I had to. I'm french too :)
More seriously, your problem doesn't look Qt-related at all, but I'd go with jacek and say that you have a Division By Zero problem somewhere in your code. I don't see what else it could be.

Stephano
22nd May 2006, 11:25
thanks Mr gael.deest
Yes i have the division but not with a zero.
The pb of casting (int)
casting float to int causes this error of opoint flottant
I mean the qt 3 has pb in casting
But ,the pb is resolve

Thanks & i will visited ure site spite i m nt good in english

wysota
22nd May 2006, 12:03
Qt3 has no problems with "casting". The compiler does the cast of floats to ints, not Qt.