Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Bounds Checking?

Reply
Thread Tools

Bounds Checking?

 
 
Julian Zhang
Guest
Posts: n/a
 
      01-12-2004
Hi, all.

I'm programming in C and have trouble in tracing an ugly memory
access bug. I'm using Visual C++ 6.0 under Windows 2000. Can
anybody suggest a tool/method?

Thanks in advance.

Julian


 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      01-12-2004
On Mon, 12 Jan 2004 13:55:40 +0800, "Julian Zhang"
<> wrote in comp.lang.c:

> Hi, all.
>
> I'm programming in C and have trouble in tracing an ugly memory
> access bug. I'm using Visual C++ 6.0 under Windows 2000. Can
> anybody suggest a tool/method?
>
> Thanks in advance.
>
> Julian


I am sure somebody in one of Microsoft's support groups in the
news:microsoft.public.vc.* family of groups can. This is off-topic
here.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
 
Reply With Quote
 
 
 
 
Johan Lindh
Guest
Posts: n/a
 
      01-12-2004
Julian Zhang wrote:

> Hi, all.
>
> I'm programming in C and have trouble in tracing an ugly memory
> access bug. I'm using Visual C++ 6.0 under Windows 2000. Can
> anybody suggest a tool/method?
>
> Thanks in advance.
>
> Julian
>
>


<OT> Boundschecker. </OT>
 
Reply With Quote
 
E. Robert Tisdale
Guest
Posts: n/a
 
      01-20-2004
Julian Zhang wrote:

> I'm programming in C
> and have trouble in tracing an ugly memory access bug.


Don't use pointers unless absolutely necessary.

> I'm using Visual C++ 6.0 under Windows 2000.


Well that's part of the problem right there.

> Can anybody suggest a tool/method?


I used Google

http://www.google.com/

to search for

+"purify" +"Windows"

and I found lots of stuff including Rational PurifyPlus

http://www-306.ibm.com/software/awdtools/purifyplus/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom MembershipProvider Index out of bounds/machineKey Mark Olbert ASP .Net 1 01-25-2006 06:46 AM
Index was outside the bounds of the array =?Utf-8?B?Q2FtbWllIFdhdHNvbg==?= ASP .Net 3 11-28-2005 05:53 PM
How get RangeValidator to work when bounds are from databind COHENMARVIN ASP .Net 1 08-05-2005 03:30 PM
Intermittent IndexOutOfRangeException: Index was outside the bounds of the array scotthutchinson@usa.net ASP .Net 0 04-10-2005 07:44 PM
Re: Index Out of Bounds Error =?Utf-8?B?ZHdlbndhQGNvbXBhbnlhYmMuY29t?= ASP .Net 0 10-20-2004 06:43 PM



Advertisments