User profile: tkerr97

User info
User name:tkerr97
History
Joined:
Number of posts:4
Latest posts:

Visual Studio Access violation reading location 0xfeeefeee
I had accidentally called a function that deleted the list inside my while loop, when it needed to b...

Visual Studio Access violation reading location 0xfeeefeee
I know the next is being set to NULL, it's just that once I loop through the list once it gives me t...

Visual Studio Access violation reading location 0xfeeefeee
After it is displayed once, current_ptr points to <Bad Ptr> and -17891602.

Visual Studio Access violation reading location 0xfeeefeee
For school I have to write a program in C++ that utilizes linked lists. I've got it working for the ...