HOW TO SEARCH A NODE IN A LINKED LIST???

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...
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.