Hi Eugene, thanks a lot for reply.
From the viewpoint of application, what's the difference between linked data structure, and containers? From my understanding, the data structure can be programmed by both linked data structure approach and container approach, but I feel like using class to construct linked data structure is clean, straightforward, no need to remember or search those container member operations.......
I am learning
C++ now, so my question may be superficial...thanks for reply.