![]() |
error of double linked list .
Hello,everybody.
I have no idea to rectify my error. Could everyone helps me to solve it,thanks all. I am a fresh man.Thanks again. head file: :
/* head file for double linked list */main file: :
/* double linked list main file */ |
You might want to let us know what the error is, we are not all mind-readers.
One thing that will cause a problem is this line near the top of create :
head->next=p1;Note: I didn't look any further, there may be more problems, you need to give more information. |
thank you Dark.
This is what I want to know. I really didn't know where the error occured.But I have no more info about it. :( |
You might not know where the error occurred, but you must know what sort of error it was. For example:
- Did the program not compile? (show the error messages) - Did the program not link? (show the error messages) - Did the program run but not produce the expected output? (show the output) - Did the program run for a bit and then stop? (show any output or error) - Did the program stop straight away? (show any error messages) - Did the program connect to the net and buy stuff on ebay using your credit card? (show me what it bought, I might want some too). |
Dark,I have completed.
:
/* linked list main file */ |
| All times are GMT -5. The time now is 6:52 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC