cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
corrupted double linked list error in ru
corrupted double linked list error in runtime
Jun 11, 2015 at 3:46pm UTC
cranberries
(1)
Hi,
I've been working on a maintenance C++ project. When I add a new pointer to the header of the related class, it give corrupted double linked list error in runtime while it passes in compile time..
Could you please help about this ?
Jun 11, 2015 at 3:52pm UTC
MikeyBoy
(5631)
The problem is in line 37 of your code. You're forgetting to initialise a pointer.
Topic archived. No new replies allowed.