Hi,

I'm doing 6Lowpan adaptation layer using c++.

I would like to create an array of linked list
- each element of array consists a linked list
- each linked list links all fragments of same tag together according to their offset

Is this correct?
myarraytype* myarray[myarray_size] = mylinkedlist;


Thanks.

Best Regards,
ccw

mylinkedlist list_arr[20];

where "mylinkedlist" is the linked list class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.