What kind of damage can a "Stray Pointer" cause to your computer ?
Can it destroy memory and/or the Operating System to the point that it will render your computer useless ?
This is a discussion on "Stray pointer" question within the C++ Programming forums, part of the General Programming Boards category; What kind of damage can a "Stray Pointer" cause to your computer ? Can it destroy memory and/or the Operating ...
What kind of damage can a "Stray Pointer" cause to your computer ?
Can it destroy memory and/or the Operating System to the point that it will render your computer useless ?
I am not 100% sure but I would guess it have to do what OS you are using. Win NT uses a protected memory model so I think you will get a memory exception error if a pointer points to an area it don't have permission to. Try it *GRIN*
~barjor