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

Threaded View

  1. #1
    Join Date
    Oct 2010
    Posts
    17

    help me in this code ..

    hi all,

    Suppose myList points to a list with the elements 34 65 27 89 12 (in this order). The statement
    myList.splitMid(sublist);
    splits myList into two sublists: myList points to the list with the elements 34 65 27, and sublist points to the sublist with elements 89 12.

    i receive an error in linkedList.h

    please help !! the file in attachment
    Attached Files Attached Files

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