CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 52

Threaded View

  1. #15
    Join Date
    Feb 2012
    Posts
    68

    Re: Structure Linked Lists: Searching for Words.

    the sPtr = find(name); is causing the warning: passing arguement 1 of 'find' from incompatible pointer type.is there a work around? .

    Also there is too few arguements in my find function. should i take the ptr out of the brackets to fix it?
    Last edited by chucker; April 9th, 2012 at 03:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured