I'm using list in c ++, and in what I think the structure of the inner one should contain:
Content
pointer to next element
Is it possible to put one more variable within this structure, as the example below?
Content
variable string
pointer to next element