C++
A console-based to-do list application made in C++ to-do list that has the following options, as shown in the image: exiting the program, creating a new item on the to-do list, editing an item on the to-do list, deleting an item on the to-do list, deleting all the items on the to-do list, viewing a specific item on the to-do list, or viewing the whole to-do list. This C++ project application was chosen because it was one of the projects made in my second programming college course, called Programming and Algorithms II, which uses C++ as the course programming language for that term.
Development
You can browse this program's source code or get a copy using git with the following command:
git clone git://evanalba.com/languages