0
I’m using list in c++, and in what I think its internal structure should contain:
Content
pointer to the next element
It is possible to place one more variable within this structure, as the example below?
Content
variable string
pointer to the next element