Array bounds checking in Vis C++

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hey. I'm new to Visual C++. I've got a large application, and I need to
make sure all array accesses are within bounds. Back on Unix we had a tool
called Purify that detected array-out-of-bounds references at run-time. My
application is not "managed".

Question: Does Visual C++ 2003 (std edition) have a built-in array-bounds
checking ability? If not, what tools do Vis C++ developers usually use to
handle this.
.



Relevant Pages