Array bounds checking in Vis C++
- From: noleander <noleander@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Apr 2005 14:44:17 -0700
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.
.
- Follow-Ups:
- Re: Array bounds checking in Vis C++
- From: Carl Daniel [VC++ MVP]
- Re: Array bounds checking in Vis C++
- Prev by Date: VC++.NET 2002 and VC++.NET 2003 Co-Exist Side-by-Side Probblems
- Next by Date: Re: Array bounds checking in Vis C++
- Previous by thread: VC++.NET 2002 and VC++.NET 2003 Co-Exist Side-by-Side Probblems
- Next by thread: Re: Array bounds checking in Vis C++
- Index(es):
Relevant Pages
|