hello friends,
i have read a question about pointers and seems totally new concept for me ..
how would you find out if one of the pointers in a linked list is corrupted or not?
pointer is corrupted ??,, don't understand :(
pls help
your friend : sparsh
sparsh610 0 Newbie Poster
Recommended Answers
Jump to PostA 'corrupted pointer' could be a pointer that points to already free'd data (when using dynamic allocation via malloc/calloc), or maybe just something that contains an address that you don't intend for it to contain.
That being said, you don't just 'find out' whether or not a pointer is a …
All 2 Replies
asrockw7 18 Junior Poster in Training
Ancient Dragon commented: Agree :) +14
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.