View Single Post
Join Date: Jun 2006
Posts: 147
Reputation: Laiq Ahmed will become famous soon enough Laiq Ahmed will become famous soon enough 
Solved Threads: 20
Laiq Ahmed Laiq Ahmed is offline Offline
Junior Poster

Re: Not repeated elements in link list (help)

 
0
  #10
Dec 4th, 2008
Originally Posted by lmastex View Post
Oh ok I see. I don't know why but when I add an element (using this code) and press Enter, a windows error occur and the terminal closes. Any ideas?
Yes! there are other mistakes in your code which I didn't touch .

while( Ptr->Next != NULL) should be replaced.

other misakes are there as well.
Last edited by Laiq Ahmed; Dec 4th, 2008 at 4:06 pm.
Reply With Quote