![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
Pointers and Linked Lists
Hi all As I introduced, I am studying C programming on my own as a hobbyist programmer. I have just finished working through more difficult pointer definitions, but I have some trouble with linked lists. I would appreciate it if someone can point me to some more linked lists topics out there. Would just like to see and work through more examples. All help will be appreciated guys. Thanks BstrucT
__________________
>BstrucT |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Re: Pointers and Linked Lists
search the forum for linked lists....
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Re: Pointers and Linked Lists
Thanks man
Found some, but I still find linked lists a bit difficult to follow... Will take on the pencil and page technique going through every line to follow the program. Thanks Johan W
__________________
>BstrucT |
|
|
|
|
|
#4 | |
|
Caffeinated Neural Net
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 925
Rep Power: 4
![]() |
Re: Pointers and Linked Lists
Quote:
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp |
|
|
|
|
|
|
#5 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 3
![]() |
Re: Pointers and Linked Lists
__________________
Even if the voices aren't real, they have some pretty good ideas. |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
Re: Pointers and Linked Lists
Thanks Narue
This tutorial seems very thorough just off the back, and I will definitely take the time to work through it. Much appreciated. Thanks >>BstrucT
__________________
>BstrucT |
|
|
|
|
|
#7 |
|
Hobbyist Programmer
|
Re: Pointers and Linked Lists
Thanks man
I find that going through every line of code sometimes makes it easier to follow the flow of execution in a program, not just in linked lists, I use it with other areas as well. Thanks for the advice. Merry Christmas to all!!! BstrucT
__________________
>BstrucT |
|
|
|
|
|
#8 |
|
Programmer
Join Date: Feb 2008
Posts: 32
Rep Power: 0
![]() |
Re: Pointers and Linked Lists
You should start doing or understanding use of linked list in trees and graphs, u can get it in advanced data strucures. It will really help you in making all your concept about linked lists and also pointers clear forever.
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
Re: Pointers and Linked Lists
Thanks for the advise, have revised all my structure and pointer work since then and things are way clearer to me now. I will have a look at advanced data structures. Thanks for the tip.
__________________
>BstrucT |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linked lists problem | jasonfrost | C++ | 4 | Oct 29th, 2007 2:17 AM |
| linked list:in C | bl00dninja | C | 7 | Apr 20th, 2005 4:08 PM |
| Linked List Part 2 | Nish | C++ | 0 | Mar 4th, 2005 3:56 PM |
| Linked List and Array of POinters | Nish | C++ | 1 | Mar 3rd, 2005 10:09 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |