How do I search a linked list for a string ? findXX(string) , for instance.
Torf 0 Newbie Poster
Recommended Answers
Jump to PostDo you know how to write a loop that traverses the list from the first node to the last?
Jump to PostYes, so you loop through the list checking the value for each node to see it it's the one you're looking for.
All 5 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Torf 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Torf 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.