English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I recieve runtime errors on my computer when i am on MYSPACE.

2006-12-01 20:02:58 · 4 answers · asked by Ronda 7 in Computers & Internet Programming & Design

4 answers

The solution is exception handling. In general developers should have a strategy for handling exceptions. This helps applications identify and respond to exceptional events in a known and robust manner.
What is an exception? Exceptions are exceptional events or error conditions within an application and are categorized as system or application exceptions

2006-12-01 21:04:11 · answer #1 · answered by Smutty 3 · 0 0

Unless You have sufficient knowledge of C++, C or VB.net and some other languages don't try, You can mess things up badly. The reason You get these errors is because of poor coding You will just have to live with it. Try using a different browser if you are using IE then use Firefox or IE7 if using IE6.

2006-12-01 20:25:13 · answer #2 · answered by Jesus_is_31337 2 · 0 0

Read this articles about runtime error to find your answer:

http://www.helpero.com/Questions-and-answers/Computers/Windows/What-is-a-Runtime-Error_5092.html

http://www.helpero.com/Questions-and-answers/Computers/Windows/Why-am-I-getting-a-runtime-error_8431.html

Helpero is a web site that helps every Internet user, from all over the world, solve any computer related problem.

2006-12-01 21:09:04 · answer #3 · answered by Anonymous · 0 0

Those are pretty hard to get rid of. What I usually do is print out certain parts of the out put through out the program. This way, you can kinda tell where your calculations is messing up. For example if you need to multiplay A*B to get C. I would print out A and B and C separately, jut to make sure that my input is correct. I hope this helps.

PS remember, that you cant divide by zero. Good Luck

2006-12-01 20:24:08 · answer #4 · answered by demaman 3 · 0 0

fedest.com, questions and answers