User: iamdevastated

  • Public profile

User profile: iamdevastated

User info
User name:iamdevastated
History
Joined:
Number of posts:18
Latest posts:

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 node
Update: 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 node
hi @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 node
Hi, 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