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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
Guillosanti/SimpleList_Cpp
About
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…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published