Windows 8:Starting in Windows 8 the appropriate native interlocked exchange primitives are available for 64-bit code, for exampleInterlockedCompare64Exchange128. Applications can use SLists by calling theInitializeSListHeadfunction to initialize the head of the list. To insert items into the list, ...
Well after searching high and low I can't seem to get this figured out. Im trying to sort a singly linked list and can't seem to do it correctly. So far this is my code, it uses templates and instead of pointing to null it points back to the original sentinel node with name head...