I am writing a mini unix shell and want to accept unlimites switches for commands, can someone point me to a good linked list tutorial? tia
This is a discussion on linked lists within the C Programming forums, part of the General Programming Boards category; I am writing a mini unix shell and want to accept unlimites switches for commands, can someone point me to ...
I am writing a mini unix shell and want to accept unlimites switches for commands, can someone point me to a good linked list tutorial? tia
Linked lists are an easy concept. Jump over to google and you'll get numerous hits.
Quzah.
Hope is the first step on the road to disappointment.
if you are willing to spend a little money, "C Unleashed" has a third of their book dedicated to data storage with single linked lists, double linked lists, tries, trees, and many other methods that have and will stand the test of time.