Inserion and display in doubly linked list

Hello. I am confused about how to insert student name, roll number, and 5 courses in a node in doubly linked list. This is a new concept for me. is there any person who solve this?

Which part? The "data in one node has many variables" or the "doubly linked list"?
with doubly linked list. I want to insert student name, roll number, and 5 courses of each student. How should i do?
What double linked list do you use? std::list?
No
"No" is not an answer to "What list?".
Topic archived. No new replies allowed.