Project shows usage of two way list with possibility to add/delete/display elements from the start/send/on given position and even search minimal element in the list. Program allocates memory and disposes it on the user command.
Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.
Program by itself allocate memory and after execution release it. User don't give list length because its purpose is to create such structure that is fully scalable.