cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Inserion and display in doubly linked li
Inserion and display in doubly linked list
Jun 7, 2014 at 6:29pm UTC
Mark869
(3)
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?
Jun 7, 2014 at 9:26pm UTC
keskiverto
(10402)
Which part? The "
data in one node has many variables
" or the "
doubly linked list
"?
Jun 8, 2014 at 5:11am UTC
Mark869
(3)
with doubly linked list. I want to insert student name, roll number, and 5 courses of each student. How should i do?
Jun 8, 2014 at 10:43am UTC
keskiverto
(10402)
What double linked list do you use? std::list?
Jun 9, 2014 at 1:49pm UTC
Mark869
(3)
No
Jun 9, 2014 at 2:57pm UTC
keskiverto
(10402)
"No" is not an answer to "What list?".
Topic archived. No new replies allowed.