CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 19

Threaded View

  1. #1
    Join Date
    Jun 2008
    Posts
    17

    Removing duplicates from a linear singly linked list.

    I was trying to develop a procedure to delete duplicates from a linear singly linked list.

    To keep the things simple I hard coded the values into the sample list.

    I used the VC++6.0 compiler, using the console application.

    when I run the procedure I got runtime error. When I tried to debug, I found that the

    exception was occuring when deleting the duplicate node.

    Is there anything wrong with the procedure ?

    If so, could anybody correct it ?

    I had put my sincere efforts on this, but could not..

    I request kind assistance from any quarter.

    please find the attached the c++ source code file along with.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured