Hi, i've got a list with nodes with this structure:
private:
char namefield[30];
char tam[3];
char type[1];
};
i want to find and element with the find function from alghorithm class but i want to do it with the namefield property of the item, the find function has an item to find as a parameter but the thing is that i want to send a property of the node instead of the node itself..