|
-
Jan 13th, 2000, 02:14 AM
#1
What is a overflow error
Tony
------------------
-
Jan 13th, 2000, 04:42 AM
#2
Junior Member
it is an arithmetic error wherein a value is either to large or to small for a variable to handle. an example is division by zero, i.e. 10/0
-
Jan 14th, 2000, 12:37 PM
#3
Eclipse's reason is correct, but the example is wrong. Divison by zero will give a "Division by zero" error (error 11). You get over flow for example if you try to assign a value outside the range -32,768 to 32,767 to an Integer.
------------------
Marty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|