need some code examples of linked list

Hello guys I m very weak at the programing specially at linked lists so please tell me any site or forum so that i could find any examples from it.waiting for your replies..
Last edited on
Warning: Detected homework question during parsing.

Calibrating weapon systems... calibrated!
Loading ammunition... loaded!
Targets locked... requestion permission to engage...
Last edited on
Why exactly do you need to need to do this if you aren't good at programming? Sounds like you shouldn't be taking this class and/or haven't been keeping up on your studies...
http://richardbowles.tripod.com/cpp/linklist/linklist.htm

This site has a nice explanation. There is some example code but you'll have to read through the page carefully since the examples include some errors designed to teach you about pitfalls of using lists.
use std::list.
http://cplusplus.com/reference/stl/list/

You said it yourself that you are weak at programming. Therefore I recommend that you use the language provided container set.
Topic archived. No new replies allowed.