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

Threaded View

  1. #17
    Join Date
    Mar 2009
    Location
    Riga, Latvia
    Posts
    128

    Re: general purpose Singly-linked list implementation with inheritance

    It seems to me, that Iterator is exactly the thing I need. So I have to give up with template implementation.
    Two more questions, probably the last ones:

    1) Is that ok, to allow access to data of the list only via Iterator?
    2) Should I allow to inherit my slist?
    Last edited by andrey_zh; March 20th, 2009 at 04:41 AM.

Tags for this Thread

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