My linked_list class (both the header file and the template file)


/ Published in: C++
Save to your folder(s)

This is a linked list that can be used like an array where instead of using [] after the reference you just used .get() (and some other methods) but now you don't have to worry about sizing.

For example, with an array you would do:

cout

URL: http://keepskatinbro.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.