We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello; i want to know that where we use link list, function pointer, generic pointer in embedded programming
Linked Lists are not generally a great idea on an 8051, at it doesn't cope that well with indirection.
In general, Linked Lists are often associated with dynamic memory allocation, but this is not necessary - see: " href= "http://www.8052.com/forum/read.phtml?id=70144">www.8052.com/.../read.phtml Whether it's likely to be particularly relevant to a system appropriate to an 8051 is debatable - you might just do something simpler like this: www.8052.com/.../read.phtml