??? 08/07/08 21:39 Read: times |
#157309 - Not necessarily Responding to: ???'s previous message |
Erik Malund said:
4) instead of a complex, "add this to the list" routine... The whole beauty of linked lists is that adding to the list is not complex! 5) the 'user' only need if (timer[x]), not "find my entry in the list" The 'user' knows which is "his" timer - so does not need to find it in the list. |