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

Search:

Type: Posts; User: lanza

Search: Search took 0.02 seconds.

  1. Re: HELP Implementing Double Linked Lists as an Array of Pointers in C++

    Big Thanks for all of you.

    Problem solved; now I just need to figure out how this program will produce the last line of the sample output such as "The highest unique count in one list was 6...
  2. Re: HELP Implementing Double Linked Lists as an Array of Pointers in C++

    Hi Paul,

    Big thanks for the reply.

    I used the debugger and so far follows most of my design (but not sure how to display all data yet):

    1) I read the data file and while it is reading it
    2)...
  3. HELP Implementing Double Linked Lists as an Array of Pointers in C++

    Hi Everyone,

    I am studying/writing/ code for a future Advanced Data Structure class in C++; however I am not suppose to use STL, Templates and etc (the way I just code "kinda" of resembles what I...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured