Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Doubt it.Aditya, I have had the same problem. The OS can be inconsistent as to how it handles that kind of error, it seems. I think if I wrote past the end of C-style arrays I would get one incarnation, and if I wrote past the end of C++ vectors I would get another.Try going to the build menu and "cleaning" the project and solution and then "building" (not rebuilding). Sometimes the compiler doesn't recognize all the dependencies and it mixes old and new code.
Doubt it.
Aditya, I have had the same problem. The OS can be inconsistent as to how it handles that kind of error, it seems. I think if I wrote past the end of C-style arrays I would get one incarnation, and if I wrote past the end of C++ vectors I would get another.
Try going to the build menu and "cleaning" the project and solution and then "building" (not rebuilding). Sometimes the compiler doesn't recognize all the dependencies and it mixes old and new code.