CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: WorldEdit

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,937

    Re: Double Linked Structure

    Well this is just a portion of a code, the idea is that the remove method instead of single linked now handles a double link, therefore it no longer needs a previous variable and needs to be able to...
  2. Replies
    5
    Views
    1,937

    Double Linked Structure

    Hello, this code right here needs to take advantage of a doubly linked structure, currently its set up to
    a single one, it needs to be without the previous variable and I suspect it should somehow...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured