Comment on How to Make a Computer Operating System in C/C++parentComments−gsg12yYou might find http://www.locklessinc.com/articles/dlist/ interesting: it describes a (perhaps excessively) clever way to do intrusive lists that gives type checking.(Unfortunately it does rely on `typeof`, an extension.)
Comments
You might find http://www.locklessinc.com/articles/dlist/ interesting: it describes a (perhaps excessively) clever way to do intrusive lists that gives type checking.
(Unfortunately it does rely on `typeof`, an extension.)