Hi. I need help with a doubly linked list.
I want to make a list with 10 nodes and the first node to be linked with the nodes 2,3 and 4. And after i made the list i want to cross it like:
if(choose='A') cout<<"You choose to do this" and after that to continue.