question


crux
07-12-2004, 10:10 AM
I encounted a question when I wrote a program in the workstation.
That is:
In my program, when I do the circulation for 10^4 times, the program can work. But when the times increase to 5*10^4, the program can not work, it prints "floating dumped". Then if I write an executable command (such as sprintf()) at the fisrt line in the circulation, the program will work again.
I wonder what is the point of this problem for I have never encounted it before.
thanks!