cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
HOW TO SEARCH A NODE IN A LINKED LIST???
HOW TO SEARCH A NODE IN A LINKED LIST???
Sep 18, 2009 at 12:32am UTC
jheff28
(1)
Can someone help me on how to create a function in searching a node in C++....
plsss.. i'm doing a case study of mine so i need it..
i wish someone answer me...
thanks...
Sep 18, 2009 at 10:54am UTC
Bazzy
(6281)
If you are using a linked list which can work with STL, you can use predefined algorithms:
http://www.cplusplus.com/reference/algorithm/find/
Topic archived. No new replies allowed.