Lots of posts with linked lists questions. They're everywhere, they're everywhere.
This is a discussion on Must be "linked list" lesson week within the General Discussions forums, part of the Community Boards category; Lots of posts with linked lists questions. They're everywhere, they're everywhere....
Lots of posts with linked lists questions. They're everywhere, they're everywhere.
Mac and Windows cross platform programmer. Ruby lover.
Quote of the Day
12/20: Mario F.:I never was, am not, and never will be, one to shut up in the face of something I think is fundamentally wrong.
Amen brother!
I guess it's that time of the semester?
I copied it from the last program in which I passed a parameter, which would have been pre-1989 I guess. - esbo
sometimes->you->just->gotta->learn->about->linked->lists
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}
There are always slews of linked list questions.
They're a great way to get a better understanding of pointers (did that for me, at least). Maybe this is also why they lead to a lot of questions.
If C is the only language you use, a nice general purpose, void *based LL #include is probably pretty handy.
Last edited by MK27; 02-19-2010 at 04:23 PM.
C programming resources:
GNU C Function and Macro Index -- glibc reference manual
The C Book -- nice online learner guide
Current ISO draft standard
CCAN -- new CPAN like open source library repository
3 (different) GNU debugger tutorials: #1 -- #2 -- #3
cpwiki -- our wiki on sourceforge