C++ find the bug problems

D

dev_15

Hi, Does anyone know of any good links to sites etc which have
exercises where you need to find out cause of runtime errors
in a given piece of code. I am a bit weak in this area.
Are there any books with these type of problems in?

Thanks
 
V

Victor Bazarov

dev_15 said:
Hi, Does anyone know of any good links to sites etc which have
exercises where you need to find out cause of runtime errors
in a given piece of code. I am a bit weak in this area.
Are there any books with these type of problems in?

There probably are, but they would all be tool-specific. Try to
find titles with the name of your debugger or IDE in it. Like
"GDB" or "Visual C++" or "Borland C++ Builder"...

V
 
S

skuhagen

dev_15 said:
Hi, Does anyone know of any good links to sites etc which have
exercises where you need to find out cause of runtime errors
in a given piece of code. I am a bit weak in this area.
Are there any books with these type of problems in?

There is an excellent book about finding bugs called "Why programs
fail". It's not C++ specific, but you can use it for learning general
methods of finding bugs and problems in code, it also explains
effective usage of debugging tools. Examples use DDD, which is a
graphical interface to gdb, which is a C/C++ debugger...

Regards
Stephan
 
T

tainted

Hi, Does anyone know of any good links to sites etc which have
exercises where you need to find out cause of runtime errors
in a given piece of code. I am a bit weak in this area.
Are there any books with these type of problems in?

Thanks

Try PC Lint's site with its "bug of the month". They are not always
trivial.
http://www.gimpel.com/html/bugs.htm
 

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

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top