k i need to make a new function like so then?:
artistNodePtr FindArtist( artistNodePtr *sPtr, char *artistID); {
(pseudo)
while sptr != null
if sptr -> data = artistID
return sptr
else sptr -> nextartist_p
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 52
Threaded View
|
Click Here to Expand Forum to Full Width |