cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
What is the structure for the delete fun
What is the structure for the delete function in linkedlist?
Mar 17, 2011 at 1:18am UTC
jrmerced15
(3)
its our project can you help me
Mar 17, 2011 at 1:20am UTC
hanst99
(2869)
Depends on how you implemented it. But in general, you delete the first node, and each node deletes the node following it.
Topic archived. No new replies allowed.