c style linked list
When using high level coding we are able to utilize the STL for structures such as queues, vectors, dictionaries, etc… Sometime we may want to realize various levels of functionality with in low level c-coding. Traversing lists of data is accomplished by linking datatypes in memory via pointers.