List Alg/code

A

albert_reade

Could someone give me a quick algorithm or c code help that searchs a
linked list and updates the value field of a linked list with the
following structure.

struct Val
{
char type;
int length;
char value[256];
} Values[450];

struct Obj
{
struct Obj *pre;
struct Val *p_value;
struct Obj *next;
} Objects[450], *Chocolate, *Donuts, *HardCandy;

Thanks for the help!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,490
Latest member
Finplus

Latest Threads

Top