Reading from file and inserting into existing linked list node@seeplus @keskiverto thank you both for your different approaches to my codes i will go and take a l...
Reading from file and inserting into existing linked list nodeUpdate: I used [code]while(e.peek()!=EOF) { ... }[/code] instead of [code]while(e >> stu.id) { ....
Reading from file and inserting into existing linked list node[code] if ( strcmp(current->item.id, stu.id) == 0 ) { stu = current->item; e >> [/code] hmm bu...
Reading from file and inserting into existing linked list nodehi @keskiverto, thanks for replying i forgot to mention that I already have 7 nodes that contains s...
Reading from file and inserting into existing linked list nodeHi, so I have a linked list with nodes storing student names, course, id, phone number and so on. In...
This user does not accept Private Messages