Re: How to learn lists in C



__frank__ wrote:
I have some difficulties to learn lists and its
coding in C language.

Is there a site that explain this argument in a simple
way (with examples of course)?

I tried to "google" but results are huge and
I don't know what to choose.

Try "linked list", which is what I assume you're talking about. They are indeed a staple of learning C.

The first Google hit I got for '"linked list" C' was http://vergil.chemistry.gatech.edu/resources/programming/c-tutorial/lists.html, which looks pretty neat. The second was http://cslibrary.stanford.edu/103/, which looks neater.

Read up, try stuff yourself, come back to the group when you're stuck on something specific.

S.


.