Click here to Skip to main content
15,885,985 members

Comments by Guyverthree (Top 61 by date)

Guyverthree 3-Mar-15 8:55am View    
I would second everything that Mike has said here.

A debugger would be the best way of seeing exactly what is reading the memory that is being read.

Checking for Leaks is good practice but does not help track a crash like this as a cause can be try to read memory that had been freed.
Guyverthree 20-Nov-12 10:50am View    
Yeah i agree no reversing is required for a doubly linked list.

:)
Guyverthree 6-Mar-12 7:34am View    
Agree you can do OOP in C++, but it is by no means the only way of using it.
Guyverthree 21-Feb-12 13:14pm View    
Make sure that the Driver is installed and setup correctly on the other machine.
Guyverthree 19-Jan-12 12:52pm View    
Be sure to check that you have not inadvertently, changed the include paths on your project in debug mode so that they differ from the release versions....