Name:
Anonymous
2012-06-03 13:58
that feel when your handwritten linked_list in C is 5 seconds faster than the STL
Name:
Anonymous
2012-06-03 21:38
>>4
Identifiers ending in _t are reserved in the POSIX standard. You should not use them if you have any reason for your code to be POSIX compliant.