Game Guides > Game FAQ >  

Linked list implementation in C programming

Linked list implementation in C programming
The Standard Template Library (STL) provides a linked list implementation in the "list" header. Its API is all over the internet.