Hello there :)
I have recently started learning lists in C++, and I just do not understand what is the advantage of lists over arrays? I only see disadvantages, like: they're harder to implement, harder to manage, a little bit confusing, and so on...
So, i know i'm a n00b in c++ lists for now, but can you please show me some concrete examples where lists can be more useful than arrays?