Sunday, July 12, 2009

C++ Error fixing software?

Is there any software out there to help fix C++ runtime errors?

C++ Error fixing software?
There are many tools which can point out common program errors like buffer overflow chances, compatibility problems etc.Try searching for "code analyzer".
Reply:If you're a programmer, there MAY be. Most likely, you'll have to do good old fashioned debugging.





If you're an end user, no. Runtime errors results when the program encounters a situation that it can't deal with. Sometimes, rebooting the computer may help.





"Fixing" the errors requires knowledge of (and access to) the source code.
Reply:just debug


No comments:

Post a Comment