how exactly is the next element of the current element accessed in a linked list?
for some strange reason:
gives me a segmentation fault.Code:printf("%s", start->next->custName);
The first element element is skipped, the second one is printed, and then thats when i get the segmentation fault.



LinkBack URL
About LinkBacks



I used to be an adventurer like you... then I took an arrow to the knee.