Bounds Checking?

J

Julian Zhang

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
 
J

Jack Klein

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
family of groups can. This is off-topic
here.
 
J

Johan Lindh

Julian said:
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>
 
E

E. Robert Tisdale

Julian said:
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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top