This is a simple C++ file where the program accepts any item (as string) and will build a list. The items will be organized maintaining the same order the user has added them. Is possible to see the complete list and delete a specific item from the list. The list will be never stored in any place in the PC, i.e., once the program has closed, the complete list will be erased. This program has an educative propose, feel free to copy and/or modify as your convinience. Important notice: This file was created and compiled on Windows 10, using MSYS2, VSC. This job was done based on the original program created by SavvyNik ( https://github.com/SavvyNik/SimpleList ) who did it in Ubuntu.